| D | Microsoft.Xna.Framework.Plane | |
| Dot(Vector4 value) | Microsoft.Xna.Framework.Plane | inline |
| Dot(ref Vector4 value, out float result) | Microsoft.Xna.Framework.Plane | inline |
| DotCoordinate(Vector3 value) | Microsoft.Xna.Framework.Plane | inline |
| DotCoordinate(ref Vector3 value, out float result) | Microsoft.Xna.Framework.Plane | inline |
| DotNormal(Vector3 value) | Microsoft.Xna.Framework.Plane | inline |
| DotNormal(ref Vector3 value, out float result) | Microsoft.Xna.Framework.Plane | inline |
| Equals(Plane other) | Microsoft.Xna.Framework.Plane | inline |
| Equals(object obj) | Microsoft.Xna.Framework.Plane | inline |
| IEquatable< Plane >.Equals(T? other) | System.IEquatable< Plane > | |
| GetHashCode() | Microsoft.Xna.Framework.Plane | inline |
| Intersects(BoundingBox box) | Microsoft.Xna.Framework.Plane | inline |
| Intersects(ref BoundingBox box, out PlaneIntersectionType result) | Microsoft.Xna.Framework.Plane | inline |
| Intersects(BoundingFrustum frustum) | Microsoft.Xna.Framework.Plane | inline |
| Intersects(BoundingSphere sphere) | Microsoft.Xna.Framework.Plane | inline |
| Intersects(ref BoundingSphere sphere, out PlaneIntersectionType result) | Microsoft.Xna.Framework.Plane | inline |
| Normal | Microsoft.Xna.Framework.Plane | |
| Normalize() | Microsoft.Xna.Framework.Plane | inline |
| Normalize(Plane value) | Microsoft.Xna.Framework.Plane | inlinestatic |
| Normalize(ref Plane value, out Plane result) | Microsoft.Xna.Framework.Plane | inlinestatic |
| operator!=(Plane lhs, Plane rhs) | Microsoft.Xna.Framework.Plane | inlinestatic |
| operator==(Plane lhs, Plane rhs) | Microsoft.Xna.Framework.Plane | inlinestatic |
| Plane(float a, float b, float c, float d) | Microsoft.Xna.Framework.Plane | inline |
| Plane(Vector3 normal, float d) | Microsoft.Xna.Framework.Plane | inline |
| Plane(Vector4 value) | Microsoft.Xna.Framework.Plane | inline |
| Plane(Vector3 point1, Vector3 point2, Vector3 point3) | Microsoft.Xna.Framework.Plane | inline |
| ToString() | Microsoft.Xna.Framework.Plane | inline |
| Transform(Plane plane, Matrix matrix) | Microsoft.Xna.Framework.Plane | inlinestatic |
| Transform(ref Plane plane, ref Matrix matrix, out Plane result) | Microsoft.Xna.Framework.Plane | inlinestatic |
| Transform(Plane plane, Quaternion rotation) | Microsoft.Xna.Framework.Plane | inlinestatic |
| Transform(ref Plane plane, ref Quaternion rotation, out Plane result) | Microsoft.Xna.Framework.Plane | inlinestatic |