Packagecom.as3nui.nativeExtensions.air.kinect.data
Classpublic class Position
InheritancePosition Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Position
  
Position
  
copyFrom(otherPosition:Position):void
Position
Property Detail
depthproperty
public var depth:Point

2D position in depth coordinate space

depthRelativeproperty 
public var depthRelative:Point

2D position in depth relative coordinate space

rgbproperty 
public var rgb:Point

2D position in rgb coordinate space

rgbRelativeproperty 
public var rgbRelative:Point

2D position in rgb relative coordinate space

worldproperty 
public var world:Vector3D

3D position in world coordinate space

worldRelativeproperty 
public var worldRelative:Vector3D

3D position in world relative coordinate space

Constructor Detail
Position()Constructor
public function Position()



Method Detail
clone()method
public function clone():Position

Returns
Position
copyFrom()method 
public function copyFrom(otherPosition:Position):void

Parameters

otherPosition:Position