glam-rs
glam-rs copied to clipboard
Vec3A projection convenience function
I noticed that most of the Mat4 convenience methods have Vec3 and Vec3A counterparts.
- transform_point3 / transform_point3a
- transform_vector3 / transform_vector3a
- project_point3 / ?
Is there any particular reason that project_point3a doesn't exist?
Probably just forgot to add them