Programming API Reference: EduGraf.Tensors

Class public abstract Coordinate2

: Tensor, IEquatable<Coordinate2>
This is the base class for Vector2 and Point2.
Property public float X { get; }: ditto.
Property public float Y { get; }: ditto.

Constructor()

  • float x
  • float y
Indexer public float  this[]  { get }
Get the coordinate-value by index.
  • int index