Point3D.NormalVector

Point3D.NormalVector method

Get normal vector of a plane.

public static Point3D NormalVector(Point3D point1, Point3D point2, Point3D point3)
ParameterTypeDescription
point1Point3DFirst vector of a plane.
point2Point3DSecond vector of a plane.
point3Point3DThird vector of a plane.

Return Value

Normal vector of a plane

See Also