Namespace: Rx – Class: CRxMapping3D – Header: Rx.Core.Ex/RxMapping3D.h

CRxMapping3D::Map Method

C++
bool Map(float& fPointX, float& fPointY, float& fPointZ)

Maps the given point to another point.

Parameters

[float&] fPointX

[out] The point x coordinate.

[float&] fPointY

[out] The point y coordinate.

[float&] fPointZ

[out] The point z coordinate.

Returns

bool

True if it succeeds, false if it fails.