Click or drag to resize

PlaneF Methods

The PlaneF type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAdd Adds two planes.
Public methodEquals(Object) Determines whether the specified object is equal to the current instance of PlaneF.
(Overrides ValueTypeEquals(Object))
Public methodEquals(PlaneF, Single) Determines whether the specified plane is equal to the current instance of PlaneF with a given precision.
Public methodEquals(PlaneF, Single) Determines whether the specified plane is equal to the current instance of PlaneF with a given precision.
Public methodEquals(PlaneF, Single, Single) Determines whether the specified plane is equal to the current instance of PlaneF with the given normal and distance precisions.
Public methodEquals(PlaneF, Single, Single) Determines whether the specified plane is equal to the current instance of PlaneF with the given normal and distance precisions.
Public methodStatic memberFromPointAndNormal(Vector3F, Vector3F) Creates an instance of PlaneF with the normal and the point.
Public methodStatic memberFromPointAndNormal(Vector3F, Vector3F, PlaneF) Creates an instance of PlaneF with the normal and the point.
Public methodStatic memberFromPoints(Vector3F, Vector3F, Vector3F) Creates an instance of PlaneF that contains the three given points.
Public methodStatic memberFromPoints(Vector3F, Vector3F, Vector3F, PlaneF) Creates an instance of PlaneF that contains the three given points.
Public methodStatic memberFromVectors(Vector3F, Vector3F, Vector3F) Creates an instance of PlaneF with point and two direction vectors.
Public methodStatic memberFromVectors(Vector3F, Vector3F, Vector3F, PlaneF) Creates an instance of PlaneF with point and two direction vectors.
Public methodGetDistance(Vector3F) Calculates the dot product of a specified vector and the normal of the plane plus the distance value of the plane.
Public methodGetDistance(Vector3F) Calculates the dot product of a specified vector and the normal of the plane plus the distance value of the plane.
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetNormalize Converts a normal vector of the current instance of PlaneF into a unit vector and returns the resulting plane.
Public methodGetSide(BoundsF) Returns side of the plane that the given box lies on. The box is defined as bounds.
Public methodGetSide(BoundsF) Returns side of the plane that the given box lies on. The box is defined as bounds.
Public methodGetSide(Vector3F) Determines from which side of the plane the point is on.
Public methodGetSide(Vector3F) Determines from which side of the plane the point is on.
Public methodGetSide(Vector3F, Vector3F) Returns side of the plane that the given box lies on. The box is defined as centre/half-size pairs for effectively.
Public methodGetSide(Vector3F, Single) Determines from which side of the plane the point is on (with the given precision).
Public methodGetSide(Vector3F, Vector3F) Returns side of the plane that the given box lies on. The box is defined as centre/half-size pairs for effectively.
Public methodGetSide(Vector3F, Single) Determines from which side of the plane the point is on (with the given precision).
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIntersects(Line3F) 
Public methodIntersects(Line3F, Single) Determines whether the given line intersects the current instance of PlaneF.
Public methodIntersects(Line3F, Single) Determines whether the given line intersects the current instance of PlaneF.
Public methodIntersects(RayF, Vector3F) Determines whether the given ray intersects the current instance of PlaneF.
Public methodIntersects(RayF, Single) Determines whether the given ray intersects the current instance of PlaneF.
Public methodIntersects(RayF, Vector3F) Determines whether the given ray intersects the current instance of PlaneF.
Public methodIntersects(RayF, Single) Determines whether the given ray intersects the current instance of PlaneF.
Public methodStatic memberNegate Reverses the direction of a given plane.
Public methodNormalize Converts a normal vector of the current instance of PlaneF into a unit vector.
Public methodStatic memberParse Converts a string representation of a plane into the equivalent PlaneF structure.
Public methodStatic memberSubtract Subtracts two planes.
Public methodToPlane Converts the current instance of PlaneF to the plane of Plane format.
Public methodToString Returns a String that represents the current instance of PlaneF.
(Overrides ValueTypeToString)
Public methodToString(Int32) Returns a String that represents the current instance of PlaneF with a given precision.
Public methodToVector4F Converts the current instance of PlaneF into an instance of Vector4F.
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also