Home
last modified time | relevance | path

Searched defs:rotate_around_axis (Results 1 – 2 of 2) sorted by relevance

/dports/games/minetest/minetest-5.4.1/builtin/common/
H A Dvector.lua167 function vector.rotate_around_axis(v, axis, angle) function
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_math.h563 ccl_device_inline float3 rotate_around_axis(float3 p, float3 axis, float angle) in rotate_around_axis() function