Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested class: RT.Coordinates.CircularCell.Vertex

Summary

Describes a vertex in a CircularCell grid.

Constructors

Vertex(int radius, CircleFraction pos)
Describes a vertex in a CircularCell grid.

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)
Refer to the documentation for Vertex.SvgPathFragment.
string
  • Overrides: object.ToString()
Refer to the documentation for object.ToString.

Instance properties

PointDRefer to the documentation for Vertex.Point.
CircleFraction The angle of this vertex from the vertical, expressed as a fraction of the full circle. (see also remarks)
intThe distance of this vertex from the origin.