Interface Quaternion4FType

All Superinterfaces:
QuaternionReadable4FType
All Known Implementing Classes:
Quaternion4F

@Immutable
public interface Quaternion4FType
extends QuaternionReadable4FType
The type of 4D float-typed quaternions.
  • Method Summary

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