Class RelativeVector3d

java.lang.Object
com.hypixel.hytale.math.vector.relative.RelativeVector3d

public class RelativeVector3d extends Object
  • Field Details

  • Constructor Details

    • RelativeVector3d

      public RelativeVector3d(@Nonnull Vector3d vector, boolean relative)
    • RelativeVector3d

      protected RelativeVector3d()
  • Method Details

    • getVector

      @Nonnull public Vector3d getVector()
    • isRelative

      public boolean isRelative()
    • resolve

      @Nonnull public Vector3d resolve(@Nonnull Vector3d vector)
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object