Click or drag to resize

FlatRhombPoint Structure

A struct that represents a point of a FlatRhombGrid.

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 FlatRhombPoint : IEdge<FlatHexPoint>, 
	IEdge<PointyTriPoint>, ISplicedPoint<FlatRhombPoint, FlatHexPoint>, 
	IGridPoint<FlatRhombPoint>, IEquatable<FlatRhombPoint>, IGridPoint, 
	ISplicedVectorPoint<FlatRhombPoint, FlatHexPoint>

The FlatRhombPoint type exposes the following members.

Constructors
  NameDescription
Public methodFlatRhombPoint
Top
Properties
  NameDescription
Public propertyBasePoint
Public propertyI
Public propertySpliceIndex
Public propertyX
Public propertyY
Top
Methods
Operators
Fields
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also