You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Basics
Geometry 3D Basics
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| CreateBox3D | Creates a box in 3D.  | 
		Vision3DLite | ||
| CreateSegment3D | Produces a segment in 3D of given parameters.  | 
		Vision3DLite | ||
| LoadPoint3DArrayFromTextFile | Loads arrays of 3D points from text file.  | 
		Vision3DLite | ||
| RandomPoint3D | Creates random 3D point inside given box.  | 
		Vision3DLite | ||
| SkipEmptyBox3D | If the input box in 3D has all dimensions different from zero, then it is copied to the output; otherwise Nil is returned. Secures against domain errors caused by empty boxes.  | 
		Vision3DLite | ||
| TestBox3DEmpty | Tests whether the box in 3D is empty.  | 
		Vision3DLite | ||
| TestBox3DInBox3D | Tests whether a box in 3D is contained in another one.  | 
		Vision3DLite | ||
| TestBox3DIntersectsWith | Tests whether two boxes in 3D have non-empty intersection.  | 
		Vision3DLite | ||
| TestBox3DNotEmpty | Tests whether the box in 3D is not empty.  | 
		Vision3DLite | 
