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

CRxMapping3D::operator() Operator

C++
float& operator()(float fPointX, float fPointY, float fPointZ)

Function call operator.

Parameters

[float] fPointX

The position of the x cell.

[float] fPointY

The position of the y cell.

[float] fPointZ

The position of the z cell.

Returns

float&

The result of the operation.