Class CubicVector3

java.lang.Object
com.badlogic.gdx.math.Vector3
gaiasky.util.gdx.model.gltf.scene3d.model.CubicVector3
All Implemented Interfaces:
com.badlogic.gdx.math.Vector<com.badlogic.gdx.math.Vector3>, Serializable

public class CubicVector3 extends com.badlogic.gdx.math.Vector3
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final com.badlogic.gdx.math.Vector3
     
    final com.badlogic.gdx.math.Vector3
     

    Fields inherited from class com.badlogic.gdx.math.Vector3

    x, X, y, Y, z, Z, Zero
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.badlogic.gdx.math.Vector3

    add, add, add, clamp, cpy, crs, crs, dot, dot, dot, dst, dst, dst, dst2, dst2, dst2, epsilonEquals, epsilonEquals, epsilonEquals, epsilonEquals, equals, fromString, hashCode, hasOppositeDirection, hasSameDirection, idt, interpolate, isCollinear, isCollinear, isCollinearOpposite, isCollinearOpposite, isOnLine, isOnLine, isPerpendicular, isPerpendicular, isUnit, isUnit, isZero, isZero, len, len, len2, len2, lerp, limit, limit2, mul, mul, mul, mul4x3, mulAdd, mulAdd, nor, prj, rot, rotate, rotate, rotateRad, rotateRad, scl, scl, scl, set, set, set, set, setFromSpherical, setLength, setLength2, setToRandomDirection, setZero, slerp, sub, sub, sub, toString, traMul, traMul, unrotate, untransform

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • tangentIn

      public final com.badlogic.gdx.math.Vector3 tangentIn
    • tangentOut

      public final com.badlogic.gdx.math.Vector3 tangentOut
  • Constructor Details

    • CubicVector3

      public CubicVector3()