CoordinateMapper.MapDepthPointToCameraSpace Method
Maps a point/depth from depth space to camera space.
public:
CameraSpacePoint MapDepthPointToCameraSpace(
DepthSpacePoint depthPoint,
uint16 depth
)
Parameters
- depthPoint
- Type: DepthSpacePoint
The point to map from depth space. - depth
- [C++]
[C#]
[JavaScript]The depth of the point in depth space.
Return value
Type: CameraSpacePoint
The point mapped to camera space.
The point mapped to camera space.
Community Additions
ADD
Show: