PlaneEquation.ValueAt (Point3D) Method

Evaluate the plane at a point.
Public Function ValueAt( _ 
ByVal P As Point3D
) As Double
This language is not supported or no code example is available.
public double ValueAt( 
Point3D P 
)
This language is not supported or no code example is available.

Parameters

P
Point3D

The point

Return Value

double

x*P.x + y*P.y + z*P.z + d

.NET Framework

Supported in: 4.8

In this article

Definition