Open asajeffrey opened 5 years ago
At the moment the API uses raw float arrays to represent matrices, which means we can't use matrix operations (subtraction, multiplication, etc) and there is no record in the types of units.
The euclid docs: https://docs.rs/euclid
At the moment the API uses raw float arrays to represent matrices, which means we can't use matrix operations (subtraction, multiplication, etc) and there is no record in the types of units.