Click or drag to resize

VectorPoint Structure

A VectorPoint behaves like a vector, except that it's coordinates are integers.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
[VersionAttribute(1, 0, 0)]
[ImmutableAttribute]
public struct VectorPoint : IVectorPoint<VectorPoint>, 
	ISplicedVectorPoint<VectorPoint, VectorPoint>, IEquatable<VectorPoint>

The VectorPoint type exposes the following members.

Constructors
  NameDescription
Public methodVectorPoint
Top
Properties
  NameDescription
Public propertyX
Public propertyY
Top
Methods
Operators
Fields
  NameDescription
Public fieldStatic memberZero
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also