Table of Contents

Class PointListMap

Namespace
Gamelogic.Grids
Assembly
Assembly-CSharp.dll

A one-way map map that maps a sequence of LinePoints to an arbitrary list of world points.

[Version(1, 8, 0)]
public class PointListMap : IGridToWorldMap<LinePoint>
Inheritance
PointListMap
Implements
Inherited Members
Extension Methods

Constructors

PointListMap(IEnumerable<Vector2>)

public PointListMap(IEnumerable<Vector2> pointList)

Parameters

pointList IEnumerable<Vector2>

Properties

this[LinePoint]

Gets a world point given a grid point.

public Vector2 this[LinePoint point] { get; }

Parameters

point LinePoint

Property Value

Vector2