fixes
This commit is contained in:
parent
7d11e0033e
commit
1ee9eef675
1 changed files with 3 additions and 3 deletions
|
|
@ -8,9 +8,9 @@ use super::{Edge, Xenobalanus};
|
|||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct Point3D {
|
||||
x: f32,
|
||||
y: f32,
|
||||
z: f32,
|
||||
pub x: f32,
|
||||
pub y: f32,
|
||||
pub z: f32,
|
||||
}
|
||||
|
||||
impl Point3D {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue