Packageaway3d.core.utils
Classpublic class FaceVO

Public Properties
 PropertyDefined 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
Property detail
backproperty
public var back:Material
commandsproperty 
public var commands:Array
faceproperty 
public var face:Face
generatedproperty 
public var generated:Boolean
materialproperty 
public var material:Material
maxUproperty 
maxU:Number  [read-only]

Returns the maximum u value of the face

Implementation
    public function get maxU():Number

See also

maxVproperty 
maxV:Number  [read-only]

Returns the maximum v value of the face

Implementation
    public function get maxV():Number

See also

minUproperty 
minU:Number  [read-only]

Returns the minimum u value of the face

Implementation
    public function get minU():Number

See also

minVproperty 
minV:Number  [read-only]

Returns the minimum v value of the face

Implementation
    public function get minV():Number

See also

reverseAreaproperty 
public var reverseArea:Boolean
uv0property 
public var uv0:UV
uv1property 
public var uv1:UV
uv2property 
public var uv2:UV
v0property 
public var v0:Vertex
v1property 
public var v1:Vertex
v2property 
public var v2:Vertex
verticesproperty 
public var vertices:Array
Wiki link
Click to go to the wiki page for 'away3d.core.utils.FaceVO'

Code examples

Comments