[#1] Fixed up unused imports, docs, and tests.

This commit is contained in:
2025-03-10 13:04:37 -04:00
parent 273a7c1699
commit 59b1e2eea1
9 changed files with 8 additions and 33 deletions

View File

@ -8,10 +8,8 @@ use std::ops::{Add, Sub, Mul, Div, Neg};
use crate::zero::Zero;
use crate::one::One;
use crate::real::Real;
use crate::trig::Radian;
use crate::trig::Trig;
use crate::vector::{Vector, EuclideanVector, Vector3};
use crate::vector::{EuclideanVector, Vector3};