QuaternionLinearInterpolant

@native @JSImport("three", "QuaternionLinearInterpolant") @JSType class QuaternionLinearInterpolant extends Interpolant
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

def this(parameterPositions: Any, samplesValues: Any, sampleSize: Double, resultBuffer: UndefOr[Any])

Concrete methods

def interpolate_(i1: Double, t0: Double, t: Double, t1: Double): Any

Inherited methods

def evaluate(time: Double): Any
Inherited from
Interpolant
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Inherited fields

Inherited from
Interpolant
var resultBuffer: Any
Inherited from
Interpolant
var sampleValues: Any
Inherited from
Interpolant
var valueSize: Double
Inherited from
Interpolant