Gets the point on this mathematical elliptical Arc that is closest to the specified plane, and gets the point on the specified plane that is closest to this mathematical elliptical Arc.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetClosestPointToPlane( _
IMathPlane* Plane As MathPlane, _
IMathPoint** PointOnPlane As MathPoint _
) As MathPoint |
JavaScript | |
---|
GetClosestPointToPlane(
Plane : MathPlane,
PointOnPlane : MathPoint\n) : Number |
Parameters
- Plane
- Plane
- PointOnPlane[out]
- Point on Plane that is closest to this mathematical elliptical Arc
Parameters
- ClosestPoint[out] or Return Value
- Point on this mathematical elliptical Arc that is closest to Plane
See Also