|
RenderStack 11.06.1
|
Public Member Functions | |
| void | Clear () |
| void | ExtendBy (Vector3 point) |
| override string | ToString () |
Public Attributes | |
| Vector3 | Min |
| Vector3 | Max |
Properties | |
| Vector3 | Size [get] |
| Vector3 | HalfSize [get] |
| Vector3 | Center [get] |
Definition at line 29 of file BoundingBox.cs.
| void RenderStack.Math.BoundingBox.Clear | ( | ) |
Definition at line 37 of file BoundingBox.cs.
| void RenderStack.Math.BoundingBox.ExtendBy | ( | Vector3 | point | ) |
Definition at line 43 of file BoundingBox.cs.
References RenderStack.Math.Vector3.X, RenderStack.Math.Vector3.Y, and RenderStack.Math.Vector3.Z.
| override string RenderStack.Math.BoundingBox.ToString | ( | ) |
Definition at line 53 of file BoundingBox.cs.
Definition at line 31 of file BoundingBox.cs.
Definition at line 32 of file BoundingBox.cs.
Vector3 RenderStack.Math.BoundingBox.Size [get] |
Definition at line 33 of file BoundingBox.cs.
Vector3 RenderStack.Math.BoundingBox.HalfSize [get] |
Definition at line 34 of file BoundingBox.cs.
Vector3 RenderStack.Math.BoundingBox.Center [get] |
Definition at line 35 of file BoundingBox.cs.
1.7.4