Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested class: RT.Coordinates.Rhomb.Vertex

Summary

Describes one of the vertices of a Rhomb.

Constructors

Constructor.

Instance methods

bool
Equals(object obj)
  • Overrides: object.Equals(object)
Refer to the documentation for object.Equals.
bool
Equals(Vertex vertex)
Refer to the documentation for Vertex.Equals.
int
  • Overrides: object.GetHashCode()
Refer to the documentation for object.GetHashCode.
string
SvgPathFragment(Vertex from, Func<Vertex, PointD> getVertexPoint, Func<double, string> r, bool isLast)
Provides a means for derived classes to override the SVG path generation for a line segment from another vertex from to this one. (see also remarks)
string
  • Inherited from Vertex
  • Overrides: object.ToString()
Refer to the documentation for object.ToString.

Operators

boolCompares two Vertex values for equality.
boolCompares two Vertex values for inequality.

Instance properties

HexThe Rhomb.Vertex.Hex tile that this Rhomb.Vertex is within.
PointDRefer to the documentation for Vertex.Point.
Rhomb.Vertex.PositionWhich position within the Rhomb.Vertex.Hex this vertex is.

Nested types

Describes the position of a Rhomb.Vertex in relation to the vertices of its containing Rhomb.Vertex.Hex.