Desciption: ConvexClipPlaneSet, ClipPlaneSet. More...
Go to the source code of this file.
Classes | |
struct | BVectorCache< T > |
struct | ConvexClipPlaneSet |
! A ConvexClipPlaneSet is an array of planes oriented so the intersection of their inside halfspaces is a convex volume. More... | |
struct | ClipPlaneSet |
! A ClipPlaneSet is an array of ConvexClipPlaneSet representing the union of all of these sets. More... | |
Typedefs | |
typedef bvector < ConvexClipPlaneSet > | T_ConvexClipPlaneSets |
typedef bvector< ClipPlaneSet > | T_ClipPlaneSets |
Enumerations | |
enum | ClipPlaneContainment { ClipPlaneContainment_StronglyInside = 1, ClipPlaneContainment_Ambiguous = 2, ClipPlaneContainment_StronglyOutside = 3 } |
Variables | |
BEGIN_BENTLEY_GEOMETRY_NAMESPACE typedef bvector< ClipPlane > | T_ClipPlanes |
Desciption: ConvexClipPlaneSet, ClipPlaneSet.
typedef bvector<ClipPlaneSet> T_ClipPlaneSets |
enum ClipPlaneContainment |
BEGIN_BENTLEY_GEOMETRY_NAMESPACE typedef bvector<ClipPlane> T_ClipPlanes |