Class VecHelper.Vector3fHelper

java.lang.Object
team.lodestar.lodestone.helpers.VecHelper.Vector3fHelper
Enclosing class:
VecHelper

public static class VecHelper.Vector3fHelper extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static org.joml.Vector3f
     
    static org.joml.Vector3f
     
    static org.joml.Vector3f
     
    static org.joml.Vector3f
     
    static org.joml.Vector3f
     
    static org.joml.Vector3f
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.joml.Quaternionf
    rotation(float rotation, org.joml.Vector3f axis)
     

    Methods inherited from class java.lang.Object

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

    • XP

      public static org.joml.Vector3f XP
    • YP

      public static org.joml.Vector3f YP
    • ZP

      public static org.joml.Vector3f ZP
    • XN

      public static org.joml.Vector3f XN
    • YN

      public static org.joml.Vector3f YN
    • ZN

      public static org.joml.Vector3f ZN
  • Constructor Details

    • Vector3fHelper

      public Vector3fHelper()
  • Method Details

    • rotation

      public static org.joml.Quaternionf rotation(float rotation, org.joml.Vector3f axis)