 | LinePoint Structure |
Represents 1D grid points. These are auto-convertible to integers, making it possible to
write, for example, `grid[6]` instead of `grid[new LinePoint(6)]`.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[VersionAttribute(1, 8, 0)]
public struct LinePoint : IGridPoint<LinePoint>,
IEquatable<LinePoint>, IGridPoint, IVectorPoint<LinePoint>,
ISplicedVectorPoint<LinePoint, LinePoint>
The LinePoint type exposes the following members.
Constructors
Properties
Methods
Operators
Fields
Extension Methods
See Also