Programming API Reference: EduGraf.Tensors

Struct public readonly Point3

This represents an absolute position in 3d-space.
  • public static readonly Point3 Origin
  • Property public float X { get; }: -coordinate
    Property public float Y { get; }: -coordinate
    Property public float Z { get; }: -coordinate
    Property public float[Elements { get; }: see interface property

    Constructor()

    Operator public static Point3 +()

    Operator public static Point3 -()

    Operator public static Vector3 -()

    Operator public static bool ==()

    Operator public static bool !=()

    Property public Vector3 Vector { get; }: as direction from origin
    Indexer public float  this[]  { get }
    Get the coordinate-value by index.
    • int index

    Method public static Point3 Combine()

    Interpolate linearly.

    Method public static Point3 Center()

    Get equally weighted center.