Package org.joml

Class QuaternionfInterpolator

java.lang.Object
org.joml.QuaternionfInterpolator

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

    Constructors
    Constructor Description
    QuaternionfInterpolator()  
  • Method Summary

    Modifier and Type Method Description
    Quaternionf computeWeightedAverage​(Quaternionfc[] qs, float[] weights, int maxSvdIterations, Quaternionf dest)  

    Methods inherited from class java.lang.Object

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

    • QuaternionfInterpolator

      public QuaternionfInterpolator()
  • Method Details