메소드 | 설명 | |
---|---|---|
Compute ( float3 vertices ) : void | ||
Contains ( float3 aPoint ) : bool | ||
CopyFrom ( |
||
GrowToContain ( |
||
TestIntersection ( |
||
TestIntersection ( float3 origin, float3 direction ) : bool | ||
TransformBy ( |
||
WhichSide ( Plane3f aPlane ) : int |
abstract public CopyFrom ( |
||
aVolume | ||
리턴 | void |
abstract public GrowToContain ( |
||
aVolume | ||
리턴 | void |
abstract public TestIntersection ( |
||
input | ||
리턴 | bool |
abstract public TestIntersection ( float3 origin, float3 direction ) : bool | ||
origin | float3 | |
direction | float3 | |
리턴 | bool |
abstract public TransformBy ( |
||
aTransform | ||
result | ||
리턴 | void |