Programming API Reference: EduGraf.Tensors

Class public Point2

: Coordinate2
This represents an absolute position in 2d-space.
  • public static readonly Point2 Origin
  • Constructor()

    Property public Vector2 Vector { get }: Convert absolute to relative.

    Operator public static Point2 +()

    Operator public static Point2 -()

    Operator public static Vector2 -()

    Method public static Point2 Combine()

    Interpolate linearly.
    • float wa : weight of a, the weight of b is implicitly 1-wa.
    • Point2 a
    • Point2 b