Programming API Reference: EduGraf.Tensors

Class public abstract Coordinate4

: Tensor, IEquatable<Coordinate4>
This is the base class for Vector4 and Point4.
Property public float X { get; }: ditto.
Property public float Y { get; }: ditto.
Property public float Z { get; }: ditto.
Property public float W { get; }: ditto.

Constructor()

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