|
@@ -140,6 +140,7 @@ var list = {
|
|
[ "Color", "api/math/Color" ],
|
|
[ "Color", "api/math/Color" ],
|
|
[ "Euler", "api/math/Euler" ],
|
|
[ "Euler", "api/math/Euler" ],
|
|
[ "Frustum", "api/math/Frustum" ],
|
|
[ "Frustum", "api/math/Frustum" ],
|
|
|
|
+ [ "Interpolant", "api/math/Interpolant" ],
|
|
[ "Line3", "api/math/Line3" ],
|
|
[ "Line3", "api/math/Line3" ],
|
|
[ "Math", "api/math/Math" ],
|
|
[ "Math", "api/math/Math" ],
|
|
[ "Matrix3", "api/math/Matrix3" ],
|
|
[ "Matrix3", "api/math/Matrix3" ],
|
|
@@ -156,6 +157,14 @@ var list = {
|
|
[ "Vector4", "api/math/Vector4" ]
|
|
[ "Vector4", "api/math/Vector4" ]
|
|
],
|
|
],
|
|
|
|
|
|
|
|
+ "Math / Interpolants": [
|
|
|
|
+ [ "CubicInterpolant", "api/math/interpolants/CubicInterpolant" ],
|
|
|
|
+ [ "DiscreteInterpolant", "api/math/interpolants/DiscreteInterpolant" ],
|
|
|
|
+ [ "LinearInterpolant", "api/math/interpolants/LinearInterpolant" ],
|
|
|
|
+ [ "QuaternionLinearInterpolant", "api/math/interpolants/QuaternionLinearInterpolant" ]
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+
|
|
"Objects": [
|
|
"Objects": [
|
|
[ "Bone", "api/objects/Bone" ],
|
|
[ "Bone", "api/objects/Bone" ],
|
|
[ "LensFlare", "api/objects/LensFlare" ],
|
|
[ "LensFlare", "api/objects/LensFlare" ],
|