Property | Type | Description | |
---|---|---|---|
outside | PlaneSide | ||
planes | PlaneList |
Method | Description | |
---|---|---|
Intersects ( |
Intersection test with an AxisAlignedBox. May return false positives but will never miss an intersection. |
|
Intersects ( |
Intersection test with Sphere.
|
|
PlaneBoundedVolume ( ) : System |
Default constructor.
|
|
PlaneBoundedVolume ( PlaneSide outside ) : System |
Constructor.
|
public Intersects ( |
||
box | Box to test. | |
return | bool |
public Intersects ( |
||
sphere | Sphere to test. | |
return | bool |
public PlaneBoundedVolume ( PlaneSide outside ) : System | ||
outside | PlaneSide | Side of the plane to be considered 'outside'. |
return | System |