30 public Plane(
float a,
float b,
float c,
float d)
195 float x =
value.Normal.X;
196 float y =
value.Normal.Y;
197 float z =
value.Normal.Z;
class f__AnonymousType0<< Count > j__TPar
static void Transform(Plane plane, Quaternion rotation, [Out] Plane result)
override int GetHashCode()
float DotCoordinate(Vector3 value)
void DotNormal(Vector3 value, [Out] float result)
float DotNormal(Vector3 value)
static Plane Transform(Plane plane, Matrix matrix)
static bool operator==(Plane plane1, Plane plane2)
Plane(Vector3 a, Vector3 b, Vector3 c)
override bool Equals(object other)
void DotCoordinate(Vector3 value, [Out] float result)
static void Transform(Plane plane, Matrix matrix, [Out] Plane result)
static void Normalize(Plane value, [Out] Plane result)
static Plane Transform(Plane plane, Quaternion rotation)
Plane(float a, float b, float c, float d)
Plane(Vector3 normal, float d)
static Plane Normalize(Plane value)
override string ToString()
static bool operator!=(Plane plane1, Plane plane2)
void Dot(Vector4 value, [Out] float result)