Charting for WinForms Programmer's Guide
Polygon3D.PointToPlaneDist Method (Point3D, Point3D, Vector3D)
See Also
 






Gets the distance from specified point to specified plane.

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

 Syntax

C#  Copy Code

public static double PointToPlaneDist (
    Point3D p,
    Point3D planePoint,
    Vector3D planeNormal
)

Visual Basic  Copy Code

Public Shared Function PointToPlaneDist( _
    p As Point3D, _
    planePoint As Point3D, _
    planeNormal As Vector3D _
) As Double

 Parameters

p

A Point3D instance.

planePoint

A point from the plane.

planeNormal

The plane's normal vector.

 Return Value

 See Also

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