Public Member Functions | |
| Plane (double a, double b, double c, double d) | |
| Plane (Vector3 normal, double d) | |
| Plane (Vector3 a, Vector3 b, Vector3 c) | |
| void | Normalize () |
| int | Classify (AABBox box) |
| Nullable< double > | ISect (Ray ray) |
Public Attributes | |
| Vector3 | Normal |
| double | D |
| Lib3D.Plane.Plane | ( | double | a, | |
| double | b, | |||
| double | c, | |||
| double | d | |||
| ) |
| Lib3D.Plane.Plane | ( | Vector3 | normal, | |
| double | d | |||
| ) |
| int Lib3D.Plane.Classify | ( | AABBox | box | ) |
| Nullable<double> Lib3D.Plane.ISect | ( | Ray | ray | ) |
| void Lib3D.Plane.Normalize | ( | ) |
| double Lib3D.Plane.D |
1.7.0