70de340498
This is too error prone as the user has to remember if he is using a vector or a point. Istead, to transform a vector with an Isometry, use the internal rotation matrix of the isometry: `iso.rotation * vector` instead of `iso * vector`. The `Rotation` trait can also be used. |
||
---|---|---|
.. | ||
spec | ||
chol.rs | ||
crout.rs | ||
dmat.rs | ||
dvec_macros.rs | ||
dvec.rs | ||
iso_macros.rs | ||
iso.rs | ||
lower_triangular.rs | ||
mat_macros.rs | ||
mat.rs | ||
metal.rs | ||
mod.rs | ||
pnt_macros.rs | ||
pnt.rs | ||
quat.rs | ||
rot_macros.rs | ||
rot.rs | ||
vec_macros.rs | ||
vec.rs |