IMapTPointTo3DXZ Method |
| Name | Description | |
|---|---|---|
| To3DXZ |
The same as To3DZ(float y), but with y set to 0.
| |
| To3DXZ(Single) |
Returns a IMap3D which maps a grid point to Vector3 instead of Vector2.
The vector3 is the same as the Vector2 that this map would return,
with z of the Vector3 corresponding to y of the Vector2, and with the
y set to the given value.
|