프로퍼티 | 타입 | 설명 | |
---|---|---|---|
outside | PlaneSide | ||
planes | PlaneList |
메소드 | 설명 | |
---|---|---|
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. | |
리턴 | bool |
public Intersects ( |
||
sphere | Sphere to test. | |
리턴 | bool |
public PlaneBoundedVolume ( PlaneSide outside ) : System | ||
outside | PlaneSide | Side of the plane to be considered 'outside'. |
리턴 | System |