Method | Description | |
---|---|---|
Compute ( float3 vertices ) : void | ||
Contains ( float3 aPoint ) : bool | ||
CopyFrom ( |
||
GrowToContain ( |
||
TestIntersection ( |
||
TestIntersection ( float3 origin, float3 direction ) : bool | ||
TransformBy ( |
||
WhichSide ( Plane3f aPlane ) : int |
abstract public Compute ( float3 vertices ) : void | ||
vertices | float3 | |
return | void |
abstract public Contains ( float3 aPoint ) : bool | ||
aPoint | float3 | |
return | bool |
abstract public CopyFrom ( |
||
aVolume | ||
return | void |
abstract public GrowToContain ( |
||
aVolume | ||
return | void |
abstract public TestIntersection ( |
||
input | ||
return | bool |
abstract public TestIntersection ( float3 origin, float3 direction ) : bool | ||
origin | float3 | |
direction | float3 | |
return | bool |
abstract public TransformBy ( |
||
aTransform | ||
result | ||
return | void |
abstract public WhichSide ( Plane3f aPlane ) : int | ||
aPlane | Plane3f | |
return | int |