The following tables list the members exposed by IMathPlane.
Name | Description | |
---|---|---|
![]() | GetClosestPointTo | Gets the point on the plane that is closest to the specified point. |
![]() | GetNormal | Gets the vector normal to this plane. |
![]() | GetOrigin | Gets the origin of this plane. |
![]() | IntersectWithLinearObject | Gets the point where this plane intersects the specified linear object. |
![]() | IntersectWithPlane | Gets the mathematical line where this plane intersects with the specified plane. |
![]() | IsCoplanarTo | Gets whether the specified plane is coplanar with this plane within the specified tolerance. |
![]() | IsParallelTo | Gets whether the specified plane is parallel to this plane within the specified tolerance. |
![]() | IsPerpendicularTo | Gets whether the specified plane is perpendicular to this plane within the specified tolerance. |
![]() | ReverseNormal | Reverses the normal to this plane. |
![]() | SetNormal | Sets the vector normal to this plane. |
![]() | SetOrigin | Sets the origin of this plane to the specified point. |
![]() | TransformBy | Applies the specified mathematical transformation to this plane. |