File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1009,11 +1009,11 @@ pub struct ComponentTransform {
10091009 pub translate : Option < TransformBy < Point3d < LengthUnit > > > ,
10101010 /// Rotate component of the transform.
10111011 /// The rotation is specified as a roll, pitch, yaw.
1012- pub rotate_rpy : Option < TransformBy < Point3d < f32 > > > ,
1012+ pub rotate_rpy : Option < TransformBy < Point3d < f64 > > > ,
10131013 /// Rotate component of the transform.
10141014 /// The rotation is specified as an axis and an angle (xyz are the components of the axis, w is
10151015 /// the angle in degrees).
1016- pub rotate_angle_axis : Option < TransformBy < Point4d > > ,
1016+ pub rotate_angle_axis : Option < TransformBy < Point4d < f64 > > > ,
10171017 /// Scale component of the transform.
1018- pub scale : Option < TransformBy < Point3d < f32 > > > ,
1018+ pub scale : Option < TransformBy < Point3d < f64 > > > ,
10191019}
You can’t perform that action at this time.
0 commit comments