Programming API Reference: EduGraf.Tensors

Class public abstract Coordinate3

: Tensor, IEquatable<Coordinate3>
This is the base class for Vector3 and Point3.
Property public float X { get; }: ditto.
Property public float Y { get; }: ditto.
Property public float Z { get; }: ditto.

Constructor()

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