Nyc Enas
Ребят, почему в nalgebra, cgmath и euclid я не могу умножить вектор на вектор, пишет mul not implemented. Что-то делаю не так?
.dot(rhs) - Vector dot product.
.tr_dot(rhs) - Vector dot product between self.transpose() and rhs.
.perp(rhs) - 2D cross product, i.e., determinant of the matrix formed by two 2D column vectors.
.cross(rhs) - 3D cross product.