Method |
Description |
Constructor. Constructs the plane with the origin=(0, 0, 0), uAxis=(1, 0, 0), and vAxis=(0, 1, 0). | |
Constructor. Constructs the plane satisfying the equation | |
Copy constructor. Constructs plane with the same origin, uAxis, and vAxis as the plane source. | |
Constructs the plane with origin=or, uAxis=v1, and vAxis=v2. Contract: Vectors v1=pntU-or and v2=pntV-or are non-collinear. | |
Constructs the plane with origin=pnt, uAxis= normal.perpVector(), and vAxis=normal.crossProduct(uAxis). Contract: Vector normal has non-zero length. | |
Constructs the plane with origin=or, uAxis=v1, and vAxis=v2. Contract: Vectors v1=pntU-or and v2=pntV-or are non-collinear. |
Comments? |