g-truc / glm

OpenGL Mathematics (GLM)
https://glm.g-truc.net
Other
9.05k stars 2.1k forks source link

Where can I find the implementation code for `glm::mat4 * glm::vec4`? #1291

Closed rmatab closed 3 months ago

rmatab commented 3 months ago

I would like to see the implementation code for:

glm::mat4 m * glm::vec4 v

I have browsed the code and searched for operator* for the matching types but without result so far.

Any pointers?

rmatab commented 3 months ago

Found it in detail/type_mat4x4.inl starting around line number 535.