Property | Type | Description | |
---|---|---|---|
mMax | float[] | ||
mMin | float[] |
Method | Description | |
---|---|---|
Rect3d ( ) : System | ||
Rect3d ( float bmin, float bmax ) : System | ||
SetMax ( float bmax ) : void | ||
SetMax ( float x, float y, float z ) : void | ||
SetMin ( float bmin ) : void | ||
SetMin ( float x, float y, float z ) : void |
public Rect3d ( float bmin, float bmax ) : System | ||
bmin | float | |
bmax | float | |
return | System |
public SetMax ( float x, float y, float z ) : void | ||
x | float | |
y | float | |
z | float | |
return | void |
public SetMin ( float x, float y, float z ) : void | ||
x | float | |
y | float | |
z | float | |
return | void |