Namespace: Rx – Class: CRxMapping3D – Header: Rx.Core.Ex/RxMapping3D.h
CRxMapping3D::Create Method
C++
bool Create(float fMinPositionX, float fMinPositionY, float fMinPositionZ, float fMaxPositionX, float fMaxPositionY, float fMaxPositionZ, int iDimensionX, int iDimensionY, int iDimensionZ, const float* pfData)
Create a mapping of given size and reserve the appropriate amount of memory.
Parameters
[float] fMinPositionX |
The min position X. |
[float] fMinPositionY |
The min position Y. |
[float] fMinPositionZ |
The min position Z. |
[float] fMaxPositionX |
The max position X. |
[float] fMaxPositionY |
The max position Y. |
[float] fMaxPositionZ |
The max position Z. |
[int] iDimensionX |
The X dimension. |
[int] iDimensionY |
The Y dimension. |
[int] iDimensionZ |
The Z dimension. |
[const float*] pfData |
Information describing the mapping volume. |
Returns
bool |
True if it succeeds, false if it fails. |