Constructs a bounded planar surface defined by a point and two vectors.
Public Sub New( origin As Point3d, u As Vector3d, v As Vector3d )
public BoundedPlane( Point3d origin, Vector3d u, Vector3d v );
|
Parameters |
Description |
|
Point3d origin |
Input plane origin |
|
Vector3d u |
Input U direction |
|
Vector3d v |
Input V direction |
| Comments? |