You are here: Start » FIL.NET » Geometry 3D Basics
Geometry 3D Basics
Icon | Name | Description |
---|---|---|
![]() |
CreateBox3D | Creates a box in 3D. |
![]() |
CreateSegment3D | Produces a segment in 3D of given parameters. |
RandomPoint3D | Creates random 3D point inside given box. | |
![]() |
SkipEmptyBox3D | Secures against domain errors caused by empty boxes. |
![]() |
TestBox3DEmpty | Tests whether the box in 3D is empty. |
![]() |
TestBox3DInBox3D | Tests whether a box in 3D is contained in another one. |
![]() |
TestBox3DIntersectsWith | Tests whether two boxes in 3D have non-empty intersection. |
![]() |
TestBox3DNotEmpty | Tests whether the box in 3D is not empty. |