Package | away3d.core.base |
Class | public class VertexPosition |
Property | Defined by | ||
---|---|---|---|
vertex : Vertex | VertexPosition | ||
x : Number
Defines the x coordinate.
| VertexPosition | ||
y : Number
Defines the y coordinate.
| VertexPosition | ||
z : Number
Defines the z coordinate.
| VertexPosition |
Method | Defined by | ||
---|---|---|---|
Creates a new
VertexPosition object. | VertexPosition | ||
adjust(k:Number = 1):void
Adjusts the position of the vertex object incrementally.
| VertexPosition |
vertex | property |
public var vertex:Vertex
x | property |
public var x:Number
Defines the x coordinate.
y | property |
public var y:Number
Defines the y coordinate.
z | property |
public var z:Number
Defines the z coordinate.
VertexPosition | () | constructor |
public function VertexPosition(vertex:Vertex)
Parameters
vertex:Vertex — The vertex object used to define the default x, y and z values.
|
adjust | () | method |
public function adjust(k:Number = 1):void
Adjusts the position of the vertex object incrementally.
Parametersk:Number (default = 1 ) — The fraction by which to adjust the vertex values.
|