IMap3DTPoint Interface |
Namespace: Gamelogic.Grids
[VersionAttribute(1, 0, 0)] public interface IMap3D<TPoint> where TPoint : Object, IGridPoint<TPoint>
The IMap3DTPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| ItemTPoint |
Gets a world point given a grid point.
| |
| ItemVector3 |
Gets a grid point given a world point.
|
| Name | Description | |
|---|---|---|
| GetLineTPoint |
This method returns a list of grid points that form a straight line between the two given grid points.
(Defined by Map3DExtensions.) |