Search
Polygon3D.PointToPlaneDist Method (Point3D)
See Also
 






Gets the distance from specified point to polygon's plane.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double PointToPlaneDist (
    Point3D p
)

Visual Basic  Copy Code

Public Function PointToPlaneDist( _
    p As Point3D _
) As Double

 Parameters

p

A Point3D instance.

 Return Value

A double value representing the distance.

 See Also