Plane |
The PlaneF type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds two planes. | |
| Equals(Object) |
Determines whether the specified object is equal to the current instance of PlaneF.
(Overrides ValueTypeEquals(Object)) | |
| Equals(PlaneF, Single) | Determines whether the specified plane is equal to the current instance of PlaneF with a given precision. | |
| Equals(PlaneF, Single) | Determines whether the specified plane is equal to the current instance of PlaneF with a given precision. | |
| Equals(PlaneF, Single, Single) | Determines whether the specified plane is equal to the current instance of PlaneF with the given normal and distance precisions. | |
| Equals(PlaneF, Single, Single) | Determines whether the specified plane is equal to the current instance of PlaneF with the given normal and distance precisions. | |
| FromPointAndNormal(Vector3F, Vector3F) | Creates an instance of PlaneF with the normal and the point. | |
| FromPointAndNormal(Vector3F, Vector3F, PlaneF) | Creates an instance of PlaneF with the normal and the point. | |
| FromPoints(Vector3F, Vector3F, Vector3F) | Creates an instance of PlaneF that contains the three given points. | |
| FromPoints(Vector3F, Vector3F, Vector3F, PlaneF) | Creates an instance of PlaneF that contains the three given points. | |
| FromVectors(Vector3F, Vector3F, Vector3F) | Creates an instance of PlaneF with point and two direction vectors. | |
| FromVectors(Vector3F, Vector3F, Vector3F, PlaneF) | Creates an instance of PlaneF with point and two direction vectors. | |
| GetDistance(Vector3F) | Calculates the dot product of a specified vector and the normal of the plane plus the distance value of the plane. | |
| GetDistance(Vector3F) | Calculates the dot product of a specified vector and the normal of the plane plus the distance value of the plane. | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode) | |
| GetNormalize | Converts a normal vector of the current instance of PlaneF into a unit vector and returns the resulting plane. | |
| GetSide(BoundsF) | Returns side of the plane that the given box lies on. The box is defined as bounds. | |
| GetSide(BoundsF) | Returns side of the plane that the given box lies on. The box is defined as bounds. | |
| GetSide(Vector3F) | Determines from which side of the plane the point is on. | |
| GetSide(Vector3F) | Determines from which side of the plane the point is on. | |
| GetSide(Vector3F, Vector3F) | Returns side of the plane that the given box lies on. The box is defined as centre/half-size pairs for effectively. | |
| GetSide(Vector3F, Single) | Determines from which side of the plane the point is on (with the given precision). | |
| GetSide(Vector3F, Vector3F) | Returns side of the plane that the given box lies on. The box is defined as centre/half-size pairs for effectively. | |
| GetSide(Vector3F, Single) | Determines from which side of the plane the point is on (with the given precision). | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Intersects(Line3F) | ||
| Intersects(Line3F, Single) | Determines whether the given line intersects the current instance of PlaneF. | |
| Intersects(Line3F, Single) | Determines whether the given line intersects the current instance of PlaneF. | |
| Intersects(RayF, Vector3F) | Determines whether the given ray intersects the current instance of PlaneF. | |
| Intersects(RayF, Single) | Determines whether the given ray intersects the current instance of PlaneF. | |
| Intersects(RayF, Vector3F) | Determines whether the given ray intersects the current instance of PlaneF. | |
| Intersects(RayF, Single) | Determines whether the given ray intersects the current instance of PlaneF. | |
| Negate | Reverses the direction of a given plane. | |
| Normalize | Converts a normal vector of the current instance of PlaneF into a unit vector. | |
| Parse | Converts a string representation of a plane into the equivalent PlaneF structure. | |
| Subtract | Subtracts two planes. | |
| ToPlane | Converts the current instance of PlaneF to the plane of Plane format. | |
| ToString |
Returns a String that represents the current instance of PlaneF.
(Overrides ValueTypeToString) | |
| ToString(Int32) | Returns a String that represents the current instance of PlaneF with a given precision. | |
| ToVector4F | Converts the current instance of PlaneF into an instance of Vector4F. |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |