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

Method TransformVector3D

TSMatrix4D.cpp:921–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919#ifndef TERATHON_NO_SIMD
920
921 vec_float Terathon::TransformVector3D(const Transform3D& m, vec_float v)
922 {
923 return (VecTransformVector3D(VecLoad(&m(0,0)), VecLoad(&m(0,1)), VecLoad(&m(0,2)), v));
924 }
925
926 vec_float Terathon::TransformPoint3D(const Transform3D& m, vec_float p)
927 {

Callers

nothing calls this directly

Calls 2

VecTransformVector3DFunction · 0.85
VecLoadFunction · 0.85

Tested by

no test coverage detected