Click or drag to resize

Plane Methods

The Plane type exposes the following members.

Methods
  NameDescription
Public methodDot(Vector3)
Dot product of Vector3 as a coordinate and this Plane
Public methodDot(Vector4)
Dot product of Vector4 and this Plane
Public methodStatic memberDot(Plane, Vector3)
Dot product of Vector3 as a coordinate and Plane
Public methodStatic memberDot(Plane, Vector4)
Dot product of Vector4 and Plane
Public methodDotD(Vector3)
Dot product of Vector3 as a coordinate and this Plane
Public methodDotD(Vector4)
Dot product of Vector4 and this Plane
Public methodStatic memberDotD(Plane, Vector3)
Dot product of Vector3 as a coordinate and Plane
Public methodStatic memberDotD(Plane, Vector4)
Dot product of Vector4 and Plane
Public methodDotNormal(Vector3)
Dot product of Vector3 and this Plane normal
Public methodStatic memberDotNormal(Plane, Vector3)
Dot product of Vector3 and Plane normal
Public methodDotNormalD(Vector3)
Dot product of Vector3 and this Plane normal
Public methodStatic memberDotNormalD(Plane, Vector3)
Dot product of Vector3 and Plane normal
Public methodEquals(Object)
Plane exact equality - see EQ(Plane, Plane) for alternative
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Plane)
Exact value equality - see EQ(Plane, Plane) for alternative
Public methodStatic memberFromPointNormal
Create a Plane from a Vector3 coordinate and Vector3 normal
Public methodStatic memberFromPoints
Create a Plane from three Vector3 coordinates
Public methodGetHashCode
Returns the hash code for the current Plane.
(Overrides ValueTypeGetHashCode.)
Public methodStatic memberIntersectLine
Find intersection Vector3 on Plane of the line segment between two Vector3s
Public methodNormalize
Plane normalization - make length of normal be 1
Public methodStatic memberNormalize(Plane)
Plane normalization - make length of normal be 1
Public methodScale(Double)
Scale the Plane
Public methodScale(Single)
Scale the Plane
Public methodStatic memberScale(Plane, Double)
Scale the Plane
Public methodStatic memberScale(Plane, Single)
Scale the Plane
Public methodToString
Returns a string that represents the current Plane.
(Overrides ValueTypeToString.)
Public methodTransform(Matrix)
Transform Plane by Matrix
Public methodStatic memberTransform(Plane, Matrix)
Transform Plane by Matrix
Top
See Also