We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fef4c commit 413129dCopy full SHA for 413129d
core/src/render/cam.rs
@@ -7,7 +7,7 @@ use crate::math::{
7
Angle, orient_z, rotate_x, rotate_y, rotate_z, spherical, turns,
8
};
9
use crate::math::{
10
- Lerp, Mat3, Mat4, Point3, ProjMat3, SphericalVec, Vary, Vec3, orthographic,
+ Lerp, Mat4, Point3, ProjMat3, SphericalVec, Vary, Vec3, orthographic,
11
perspective, pt2, translate, viewport,
12
13
use crate::util::{Dims, rect::Rect};
0 commit comments