| Package | com.as3nui.nativeExtensions.air.kinect.data |
| Class | public class Position |
| Inheritance | Position Object |
| Property | Defined By | ||
|---|---|---|---|
| depth : Point
2D position in depth coordinate space
| Position | ||
| depthRelative : Point
2D position in depth relative coordinate space
| Position | ||
| rgb : Point
2D position in rgb coordinate space
| Position | ||
| rgbRelative : Point
2D position in rgb relative coordinate space
| Position | ||
| world : Vector3D
3D position in world coordinate space
| Position | ||
| worldRelative : Vector3D
3D position in world relative coordinate space
| Position | ||
| Method | Defined By | ||
|---|---|---|---|
Position() | Position | ||
| Position | |||
| Position | |||
| depth | property |
public var depth:Point2D position in depth coordinate space
| depthRelative | property |
public var depthRelative:Point2D position in depth relative coordinate space
| rgb | property |
public var rgb:Point2D position in rgb coordinate space
| rgbRelative | property |
public var rgbRelative:Point2D position in rgb relative coordinate space
| world | property |
public var world:Vector3D3D position in world coordinate space
| worldRelative | property |
public var worldRelative:Vector3D3D position in world relative coordinate space
| Position | () | Constructor |
public function Position()| clone | () | method |
| copyFrom | () | method |