Property | Type | Description | |
---|---|---|---|
MaxEdge | Vector3 | ||
MinEdge | Vector3 |
Method | Description | |
---|---|---|
AddPoint ( float x, float y, float z ) : void | ||
Box3D ( float x, float y, float z, float size ) : System | ||
Center ( ) : Vector3 |
public AddPoint ( float x, float y, float z ) : void | ||
x | float | |
y | float | |
z | float | |
return | void |
public Box3D ( float x, float y, float z, float size ) : System | ||
x | float | |
y | float | |
z | float | |
size | float | |
return | System |