Package | away3d.core.base |
Class | public class Frame |
Implements | IFrame |
Property | Defined by | ||
---|---|---|---|
vertexpositions : Array
An array of vertex position objects.
| Frame |
Method | Defined by | ||
---|---|---|---|
Frame
()
Creates a new
Frame object. | Frame | ||
adjust(k:Number = 1):void
Adjusts the position of all vertex objects in the frame incrementally.
| Frame | ||
getIndexes(vertices:Array):Array
| Frame |
vertexpositions | property |
public var vertexpositions:Array
An array of vertex position objects.
Frame | () | constructor |
public function Frame()
Init Parameters
adjust | () | method |
public function adjust(k:Number = 1):void
Adjusts the position of all vertex objects in the frame incrementally.
Parametersk:Number (default = 1 ) — The fraction by which to adjust the vertex values.
|
getIndexes | () | method |
public function getIndexes(vertices:Array):Array
Parameters
vertices:Array |
Array |