Searched refs:outTangent (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 122 T outTangent; member 168 Math::Quat InterpolateQuatSplineGLTF(const Math::Vec4& start, const Math::Vec4& outTangent, const Math::Vec4& end, in InterpolateQuatSplineGLTF() argument 171 const Math::Vec4 vec = Math::Hermite(start, outTangent, end, inTangent, offset); in InterpolateQuatSplineGLTF() 315 result = Math::Hermite(p0.splineVertex, p0.outTangent, p1.splineVertex, p1.inTangent, interpolation.t); in Interpolate() 358 p0->splineVertex, p0->outTangent, p1->splineVertex, p1->inTangent, interpolation.t); in Interpolate() 396 (Math::Hermite(p0->splineVertex, p0->outTangent, p1->splineVertex, p1->inTangent, interpolation.t) - in AnimateArray()
|
Completed in 3 milliseconds