public class SCRTAxisPlaneCalculator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
SCRTAxisPlaneCalculator() |
protected |
SCRTAxisPlaneCalculator(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
applyTransformNegativeXY(TSRMatrix4 _mTransform) |
void |
applyTransformNegativeXZ(TSRMatrix4 _mTransform) |
void |
applyTransformNegativeZY(TSRMatrix4 _mTransform) |
void |
applyTransformPositiveXY(TSRMatrix4 _mTransform) |
void |
applyTransformPositiveXZ(TSRMatrix4 _mTransform) |
void |
applyTransformPositiveZY(TSRMatrix4 _mTransform) |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(SCRTAxisPlaneCalculator obj) |
float |
getDepthXY() |
float |
getDepthXZ() |
float |
getDepthZY() |
float |
getHeightXY() |
float |
getHeightXZ() |
float |
getHeightZY() |
float |
getWidthXY() |
float |
getWidthXZ() |
float |
getWidthZY() |
void |
setSize(float _fSizeX,
float _fSizeY,
float _fSizeZ) |
void |
updateWorldClipPlanes(SWIGTYPE_p_a_6__bool _clilPlanes,
SWIGTYPE_p_a_6__TSRPlane _worldClipPlanes) |
protected SCRTAxisPlaneCalculator(long cPtr, boolean cMemoryOwn)
public SCRTAxisPlaneCalculator()
protected static long getCPtr(SCRTAxisPlaneCalculator obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setSize(float _fSizeX, float _fSizeY, float _fSizeZ)
public void updateWorldClipPlanes(SWIGTYPE_p_a_6__bool _clilPlanes, SWIGTYPE_p_a_6__TSRPlane _worldClipPlanes)
public float getWidthXY()
public float getWidthZY()
public float getWidthXZ()
public float getHeightXY()
public float getHeightZY()
public float getHeightXZ()
public float getDepthXY()
public float getDepthZY()
public float getDepthXZ()
public void applyTransformPositiveXY(TSRMatrix4 _mTransform)
public void applyTransformNegativeXY(TSRMatrix4 _mTransform)
public void applyTransformPositiveZY(TSRMatrix4 _mTransform)
public void applyTransformNegativeZY(TSRMatrix4 _mTransform)
public void applyTransformPositiveXZ(TSRMatrix4 _mTransform)
public void applyTransformNegativeXZ(TSRMatrix4 _mTransform)