Add Scalar

This commit is contained in:
Hanno Braun 2024-11-06 19:03:11 +01:00
parent e9b8792b26
commit 024e769c3d

View File

@ -1 +1,2 @@
pub type Point = [f64; 3];
pub type Point = [Scalar; 3];
pub type Scalar = f64;