MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / TransformPoint3D

Method TransformPoint3D

TSMatrix4D.cpp:926–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924 }
925
926 vec_float Terathon::TransformPoint3D(const Transform3D& m, vec_float p)
927 {
928 return (VecTransformPoint3D(VecLoad(&m(0,0)), VecLoad(&m(0,1)), VecLoad(&m(0,2)), VecLoad(&m(0,3)), p));
929 }
930
931#endif
932

Callers

nothing calls this directly

Calls 2

VecTransformPoint3DFunction · 0.85
VecLoadFunction · 0.85

Tested by

no test coverage detected