Package | away3d.core.mesh |
Class | public class VertexPosition |
Property | Defined by | ||
---|---|---|---|
vertex : Vertex | VertexPosition | ||
x : Number | VertexPosition | ||
y : Number | VertexPosition | ||
z : Number | VertexPosition |
Method | Defined by | ||
---|---|---|---|
VertexPosition | |||
adjust(k:Number = 1):void
| VertexPosition |
vertex | property |
public var vertex:Vertex
x | property |
public var x:Number
y | property |
public var y:Number
z | property |
public var z:Number
VertexPosition | () | constructor |
adjust | () | method |
public function adjust(k:Number = 1):void
Parameters
k:Number (default = 1 )
|