why is this private
This commit is contained in:
parent
db142d125b
commit
a9f3e61f2b
@ -824,9 +824,9 @@ impl std::ops::Div<i64> for Planar64Vec3{
|
|||||||
///[-1.0,1.0] = [-2^32,2^32]
|
///[-1.0,1.0] = [-2^32,2^32]
|
||||||
#[derive(Clone,Copy,Hash,Eq,PartialEq)]
|
#[derive(Clone,Copy,Hash,Eq,PartialEq)]
|
||||||
pub struct Planar64Mat3{
|
pub struct Planar64Mat3{
|
||||||
x_axis:Planar64Vec3,
|
pub x_axis:Planar64Vec3,
|
||||||
y_axis:Planar64Vec3,
|
pub y_axis:Planar64Vec3,
|
||||||
z_axis:Planar64Vec3,
|
pub z_axis:Planar64Vec3,
|
||||||
}
|
}
|
||||||
impl Default for Planar64Mat3{
|
impl Default for Planar64Mat3{
|
||||||
#[inline]
|
#[inline]
|
||||||
|
Loading…
Reference in New Issue
Block a user