Namespace: Rx – Class: CRxMapping3D – Header: Rx.Core.Ex/RxMapping3D.h
CRxMapping3D::Contains Method
C++
bool Contains(float fPointX, float fPointY, float fPointZ)
Query if this object contains the given fPointX.
Parameters
[float] fPointX |
The point x coordinate. |
[float] fPointY |
The point y coordinate. |
[float] fPointZ |
The point z coordinate. |
Returns
bool |
True if the object is in this collection, false if not. |