|
| | Plane (float a, float b, float c, float d) |
| |
| | Plane (Vector3 normal, float d) |
| |
| | Plane (Vector4 value) |
| |
| | Plane (Vector3 point1, Vector3 point2, Vector3 point3) |
| |
| bool | Equals (Plane other) |
| |
| override bool | Equals (object obj) |
| |
| override int | GetHashCode () |
| |
| override string | ToString () |
| |
| void | Normalize () |
| |
| float | Dot (Vector4 value) |
| |
| void | Dot (ref Vector4 value, out float result) |
| |
| float | DotCoordinate (Vector3 value) |
| |
| void | DotCoordinate (ref Vector3 value, out float result) |
| |
| float | DotNormal (Vector3 value) |
| |
| void | DotNormal (ref Vector3 value, out float result) |
| |
| PlaneIntersectionType | Intersects (BoundingBox box) |
| |
| void | Intersects (ref BoundingBox box, out PlaneIntersectionType result) |
| |
| PlaneIntersectionType | Intersects (BoundingFrustum frustum) |
| |
| PlaneIntersectionType | Intersects (BoundingSphere sphere) |
| |
| void | Intersects (ref BoundingSphere sphere, out PlaneIntersectionType result) |
| |
| bool | Equals (T? other) |
| |
Definition at line 11 of file Plane.cs.