Method | Description | |
---|---|---|
Draw ( Color c ) : void |
Draws the face
|
|
Face3D ( Vector3 bottomLeft, Vector3 topRight, Vector3 topLeft, Vector3 bottomRight ) : System |
Create a Face3D
|
public Face3D ( Vector3 bottomLeft, Vector3 topRight, Vector3 topLeft, Vector3 bottomRight ) : System | ||
bottomLeft | Vector3 | The bottom left corner of the face |
topRight | Vector3 | The top right corner of the face |
topLeft | Vector3 | The top left corner of the face |
bottomRight | Vector3 | The bottom right corner of the face |
return | System |