ASP.NET Pack Programmer's Guide
Polygon3D.PointToPlaneDist Method (Point3D)
See Also
 





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

Namespace: MindFusion.Charting.ThreeD
Package: 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

PointToPlaneDist Method Overload List
Polygon3D Members
Polygon3D Class
MindFusion.Charting.ThreeD Namespace