| 275 | namespace olc |
| 276 | { |
| 277 | olc::GFX3D::Math::Math() |
| 278 | { |
| 279 | |
| 280 | } |
| 281 | |
| 282 | olc::GFX3D::vec3d olc::GFX3D::Math::Mat_MultiplyVector(olc::GFX3D::mat4x4 &m, olc::GFX3D::vec3d &i) |
| 283 | { |
nothing calls this directly
no outgoing calls
no test coverage detected