Public Member Functions | |
| AABBox (Vector3 min, Vector3 max) | |
| void | Clear () |
| Nullable< double > | ISect (Ray ray) |
Static Public Member Functions | |
| static AABBox | CreateEmpty () |
| static AABBox | operator+ (AABBox a, Vector3 b) |
| static AABBox | operator+ (AABBox a, AABBox b) |
| static AABBox | operator* (Matrix a, AABBox b) |
Public Attributes | |
| Vector3 | Min |
| Vector3 | Max |
Properties | |
| bool | IsEmpty [get] |
| Vector3 | Dimension [get] |
| Vector3 | Center [get] |
| void Lib3D.AABBox.Clear | ( | ) |
| static AABBox Lib3D.AABBox.CreateEmpty | ( | ) | [static] |
| Nullable<double> Lib3D.AABBox.ISect | ( | Ray | ray | ) |
Vector3 Lib3D.AABBox.Center [get] |
Vector3 Lib3D.AABBox.Dimension [get] |
bool Lib3D.AABBox.IsEmpty [get] |
1.7.0