Package org.joml

Class QuaterniondInterpolator

java.lang.Object
org.joml.QuaterniondInterpolator

public class QuaterniondInterpolator
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    QuaterniondInterpolator()  
  • Method Summary

    Modifier and Type Method Description
    Quaterniond computeWeightedAverage​(Quaterniond[] quaterniondArray, double[] doubleArray, int int1, Quaterniond quaterniond)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QuaterniondInterpolator

      public QuaterniondInterpolator()
  • Method Details