Packagecom.as3nui.nativeExtensions.air.kinect.data
Classpublic class PointCloudRegion
InheritancePointCloudRegion Inheritance Object

The pointcloud region class defines a 3D region in the point cloud.

The x & y position is the pixel position in the point cloud image, the z position is the depth. The numPoints property will be updated by the extension, and will contain the nr of points in this 3D area



Public Properties
 PropertyDefined By
  depth : Number
PointCloudRegion
  height : Number
PointCloudRegion
  numPoints : uint
PointCloudRegion
  regionId : uint
[read-only]
PointCloudRegion
  width : Number
PointCloudRegion
  x : Number
PointCloudRegion
  y : Number
PointCloudRegion
  z : Number
PointCloudRegion
Public Methods
 MethodDefined By
  
PointCloudRegion(x:Number, y:Number, z:Number, width:Number, height:Number, depth:Number)
PointCloudRegion
Property Detail
depthproperty
depth:Number


Implementation
    public function get depth():Number
    public function set depth(value:Number):void
heightproperty 
height:Number


Implementation
    public function get height():Number
    public function set height(value:Number):void
numPointsproperty 
public var numPoints:uint

regionIdproperty 
regionId:uint  [read-only]


Implementation
    public function get regionId():uint
widthproperty 
width:Number


Implementation
    public function get width():Number
    public function set width(value:Number):void
xproperty 
x:Number


Implementation
    public function get x():Number
    public function set x(value:Number):void
yproperty 
y:Number


Implementation
    public function get y():Number
    public function set y(value:Number):void
zproperty 
z:Number


Implementation
    public function get z():Number
    public function set z(value:Number):void
Constructor Detail
PointCloudRegion()Constructor
public function PointCloudRegion(x:Number, y:Number, z:Number, width:Number, height:Number, depth:Number)



Parameters
x:Number
 
y:Number
 
z:Number
 
width:Number
 
height:Number
 
depth:Number