Interface Quaternion4DType

All Superinterfaces:
QuaternionReadable4DType
All Known Implementing Classes:
Quaternion4D

@Immutable
public interface Quaternion4DType
extends QuaternionReadable4DType
The type of 4D double-typed quaternions.
  • Method Summary

    Modifier and Type Method Description
    double w()  
    double x()  
    double y()  
    double z()