Programming API Reference: EduGraf.Tensors
Class public Point3
This represents an absolute position in 3d-space.public static readonly Point3
OriginConstructor()
Property public Vector3
Vector { get }: Convert absolute to relative.Operator public static Point3
+()
Operator public static Point3
-()
Operator public static Vector3
-()
Method public static Point3
Combine()
float
wa : weight of a, the weight of b is implicitly 1-wa. Point3
aPoint3
b
Method public static Point3
Center()
Get equally weighted center.