Home
last modified time | relevance | path

Searched refs:CalcRotationMatrix (Results 1 – 3 of 3) sorted by relevance

/dports/games/atr3d/atr3d/
H A Dserverobject.h29 void CalcRotationMatrix();
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/curve_tools/
H A Dsurfaces.py165 localRotMatO = mathematics.CalcRotationMatrix(prevDerivativeO, currDerivativeO)
318 … localRotMatRail1 = mathematics.CalcRotationMatrix(prevDerivativeRail1, currDerivativeRail1)
339 rotMatRail2 = mathematics.CalcRotationMatrix(v3From, v3To)
H A Dmathematics.py129 def CalcRotationMatrix(v3From, v3To): function