mirror of
https://github.com/Theaninova/Bampy.git
synced 2026-01-03 15:22:50 +00:00
feat: testing
This commit is contained in:
@@ -2,9 +2,10 @@ use nalgebra::Vector3;
|
||||
|
||||
use super::FloatValue;
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq)]
|
||||
#[repr(usize)]
|
||||
pub enum Axis {
|
||||
#[default]
|
||||
X = 0,
|
||||
Y = 1,
|
||||
Z = 2,
|
||||
|
||||
Reference in New Issue
Block a user