Package | com.as3nui.nativeExtensions.air.kinect.data |
Class | public class PointCloudRegion |
Inheritance | PointCloudRegion ![]() |
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
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
PointCloudRegion(x:Number, y:Number, z:Number, width:Number, height:Number, depth:Number) | PointCloudRegion |
depth | property |
depth:Number
public function get depth():Number
public function set depth(value:Number):void
height | property |
height:Number
public function get height():Number
public function set height(value:Number):void
numPoints | property |
public var numPoints:uint
regionId | property |
regionId:uint
[read-only] public function get regionId():uint
width | property |
width:Number
public function get width():Number
public function set width(value:Number):void
x | property |
x:Number
public function get x():Number
public function set x(value:Number):void
y | property |
y:Number
public function get y():Number
public function set y(value:Number):void
z | property |
z:Number
public function get z():Number
public function set z(value:Number):void
PointCloudRegion | () | Constructor |
public function PointCloudRegion(x:Number, y:Number, z:Number, width:Number, height:Number, depth:Number)
x:Number | |
y:Number | |
z:Number | |
width:Number | |
height:Number | |
depth:Number |