public static function hasEdgeOnPlane(face:Face, plane:Plane3D, epsilon:Number = 0.001):Boolean
Tests if an edge of the face lies on a given plane
Parameters
| face:Face — The plane to test against
|
|
| plane:Plane3D |
|
| epsilon:Number (default = 0.001 )
|
Returns
| Boolean — Whether or not an edge of this Face lies on the plane
|
public static function scaleAboutCenter(face:Face, scale:Number):void
Scales the face by a given factor about its unweighed center.
NOTE: Supports only irregular faces for now.
Parameters
| face:Face — [Number] The amount factor to scale the face.
|
|
| scale:Number |