Distance of a point from the plane
'Declaration
Public Function GetDistance( _
ByVal As Point3D _
) As Double
'Usage
Dim instance As Plane3D
Dim Point As Point3D
Dim value As Double
value = instance.GetDistance(Point)
Parameters
- Point
- The point being measured from
Return Value
The distance
Target Platforms: .NET CLR 4.0 or higher