Constructs the plane with origin=or, uAxis=v1, and vAxis=v2.
Contract: Vectors v1=pntU-or and v2=pntV-or are non-collinear.
Public Sub New( u As Point3d, origin As Point3d, v As Point3d )
public Plane( Point3d u, Point3d origin, Point3d v );
Parameters |
Description |
Point3d u |
Input point U on U axis |
Point3d origin |
Input origin |
Point3d v |
Input point V on V axis |
Comments? |