Home
last modified time | relevance | path

Searched defs:FromAxis (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/wdune/wdune-1.926/vcglib/vcg/math/
H A Dquaternion.h235 template <class S> void Quaternion<S>::FromAxis(const S phi, const Point3<S> &a) { in FromAxis() function
/dports/devel/vcglib/vcglib-2020.09/vcg/math/
H A Dquaternion.h152 template <class S> void Quaternion<S>::FromAxis(const S phi, const Point3<S> &a) { in FromAxis() function
/dports/games/openspades/openspades-0.1.3/Sources/Core/
H A DMath.cpp210 Matrix4 Matrix4::FromAxis(spades::Vector3 a1, spades::Vector3 a2, spades::Vector3 a3, in FromAxis() function in spades::Matrix4