mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Add Scalar
This commit is contained in:
parent
e9b8792b26
commit
024e769c3d
@ -1 +1,2 @@
|
||||
pub type Point = [f64; 3];
|
||||
pub type Point = [Scalar; 3];
|
||||
pub type Scalar = f64;
|
||||
|
Loading…
Reference in New Issue
Block a user