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; }: -coordinateProperty public float
Y { get; }: -coordinateProperty public float
Z { get; }: -coordinateProperty public float
[
] Elements { get; }: see interface propertyConstructor()
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 originIndexer public float
this[] { get }Get the coordinate-value by index.Method public static Point3
Combine()
Method public static Point3
Center()
Get equally weighted center.