Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested class: RT.Coordinates.Snubquad.Vertex

Summary

Describes a vertex (gridline intersection) in a Snubquad.Grid.

Remarks

Constructor.

Constructors

Vertex(int x, int y, Snubquad.Vertex.VertexPos pos)
Describes a vertex (gridline intersection) in a Snubquad.Grid. (see also remarks)

Instance methods

bool
Equals(Vertex other)
Refer to the documentation for Vertex.Equals.
bool
Equals(object obj)
  • Overrides: object.Equals(object)
Refer to the documentation for object.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
  • 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

intSpecifies the x-coordinate of a square Snubquad.
intSpecifies the y-coordinate of a square Snubquad.
PointDRefer to the documentation for Vertex.Point.
Snubquad.Vertex.VertexPosSpecifies which of the vertices within a Snubquad tile this is.

Nested types

Defines one of the vertices that make up a Snubquad lattice.