lol idk #1

Open
Quaternions wants to merge 826 commits from StrafesNET/strafe-project:master into master
Showing only changes of commit 607706ee2a - Show all commits

View File

@ -38,8 +38,9 @@ macro_rules! impl_matrix {
where
T:core::ops::Mul<U,Output=V>+Copy,
V:core::iter::Sum,
U:Clone,
{
let mut array_of_iterators=rhs.array.map(|axis|axis.into_iter());
let mut array_of_iterators=rhs.array.map(|axis|axis.into_iter().cycle());
Matrix{
array:self.array.map(|axis|
core::array::from_fn(|_|