| Package | away3d.core.utils |
| Class | public class FaceVO |
| Property | Defined by | ||
|---|---|---|---|
| back : Material | FaceVO | ||
| commands : Array | FaceVO | ||
| face : Face | FaceVO | ||
| generated : Boolean | FaceVO | ||
| material : Material | FaceVO | ||
| maxU : Number [read-only]
Returns the maximum u value of the face
| FaceVO | ||
| maxV : Number [read-only]
Returns the maximum v value of the face
| FaceVO | ||
| minU : Number [read-only]
Returns the minimum u value of the face
| FaceVO | ||
| minV : Number [read-only]
Returns the minimum v value of the face
| FaceVO | ||
| reverseArea : Boolean | FaceVO | ||
| uv0 : UV | FaceVO | ||
| uv1 : UV | FaceVO | ||
| uv2 : UV | FaceVO | ||
| v0 : Vertex | FaceVO | ||
| v1 : Vertex | FaceVO | ||
| v2 : Vertex | FaceVO | ||
| vertices : Array | FaceVO | ||
| back | property |
public var back:Material
| commands | property |
public var commands:Array
| face | property |
public var face:Face
| generated | property |
public var generated:Boolean
| material | property |
public var material:Material
| maxU | property |
maxU:Number [read-only]Returns the maximum u value of the face
Implementation public function get maxU():Number
See also
| maxV | property |
maxV:Number [read-only]Returns the maximum v value of the face
Implementation public function get maxV():Number
See also
| minU | property |
minU:Number [read-only]Returns the minimum u value of the face
Implementation public function get minU():Number
See also
| minV | property |
minV:Number [read-only]Returns the minimum v value of the face
Implementation public function get minV():Number
See also
| reverseArea | property |
public var reverseArea:Boolean
| uv0 | property |
public var uv0:UV
| uv1 | property |
public var uv1:UV
| uv2 | property |
public var uv2:UV
| v0 | property |
public var v0:Vertex
| v1 | property |
public var v1:Vertex
| v2 | property |
public var v2:Vertex
| vertices | property |
public var vertices:Array