Constructs the plane with origin=pnt, uAxis= normal.perpVector(), and vAxis=normal.crossProduct(uAxis).
Contract: Vector normal has non-zero length.
Public Sub New( origin As Point3d, normal As Vector3d )
public Plane( Point3d origin, Vector3d normal );
Parameters |
Description |
Point3d origin |
Input origin of plane |
Vector3d normal |
Input normal vector |
Comments? |