Click or drag to resize

IMap3DTPoint Interface

An IMap maps 3D world coordinates to Grid coordinates and vice versa. Many grids provide 2D maps, which can be converted to standard 3D maps using commands such as To3DXY. You can also provide your own maps, either as implementations of IMap, or IMap3D.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 0, 0)]
public interface IMap3D<TPoint>
where TPoint : Object, IGridPoint<TPoint>

Type Parameters

TPoint

The IMap3DTPoint type exposes the following members.

Properties
Methods
  NameDescription
Public methodTo2D
Top
Extension Methods
  NameDescription
Public Extension MethodGetLineTPoint
This method returns a list of grid points that form a straight line between the two given grid points.
(Defined by Map3DExtensions.)
Top
See Also