Package | com.as3nui.nativeExtensions.air.kinect.data |
Class | public class Position |
Inheritance | Position ![]() |
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:Point
2D position in depth coordinate space
depthRelative | property |
public var depthRelative:Point
2D position in depth relative coordinate space
rgb | property |
public var rgb:Point
2D position in rgb coordinate space
rgbRelative | property |
public var rgbRelative:Point
2D position in rgb relative coordinate space
world | property |
public var world:Vector3D
3D position in world coordinate space
worldRelative | property |
public var worldRelative:Vector3D
3D position in world relative coordinate space
Position | () | Constructor |
public function Position()
clone | () | method |
copyFrom | () | method |