Class Vector3dOnlyHashEquals

java.lang.Object
org.joml.Vector3d
com.gaia3d.basic.geometry.tessellator.Vector3dOnlyHashEquals
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, org.joml.Vector3dc

public class Vector3dOnlyHashEquals extends org.joml.Vector3d
See Also:
  • Field Summary

    Fields inherited from class org.joml.Vector3d

    x, y, z
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Vector3dOnlyHashEquals(org.joml.Vector3d localPosition)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class org.joml.Vector3d

    absolute, absolute, add, add, add, add, add, add, angle, angleCos, angleSigned, angleSigned, ceil, ceil, clone, cross, cross, cross, cross, distance, distance, distance, distanceSquared, distanceSquared, distanceSquared, div, div, div, div, div, div, div, div, dot, dot, equals, equals, floor, floor, fma, fma, fma, fma, fma, fma, fma, fma, fma, get, get, get, get, get, get, get, get, get, get, getf, getf, getToAddress, half, half, half, half, hashCode, hermite, isFinite, length, length, lengthSquared, lengthSquared, lerp, lerp, max, max, maxComponent, min, min, minComponent, mul, mul, mul, mul, mul, mul, mul, mul, mul, mul, mul, mul, mul, mul, mul, mul, mul, mulAdd, mulAdd, mulAdd, mulAdd, mulAdd, mulDirection, mulDirection, mulDirection, mulDirection, mulDirection, mulDirection, mulDirection, mulDirection, mulPosition, mulPosition, mulPosition, mulPosition, mulPosition, mulPosition, mulPosition, mulPosition, mulPositionW, mulPositionW, mulPositionW, mulPositionW, mulProject, mulProject, mulProject, mulProject, mulProject, mulTranspose, mulTranspose, mulTranspose, mulTranspose, mulTransposeDirection, mulTransposeDirection, mulTransposeDirection, mulTransposeDirection, mulTransposePosition, mulTransposePosition, mulTransposePosition, mulTransposePosition, negate, negate, normalize, normalize, normalize, normalize, orthogonalize, orthogonalize, orthogonalizeUnit, orthogonalizeUnit, readExternal, reflect, reflect, reflect, reflect, rotate, rotate, rotateAxis, rotateAxis, rotateX, rotateX, rotateY, rotateY, rotateZ, rotateZ, rotationTo, rotationTo, round, round, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setComponent, setFromAddress, smoothStep, sub, sub, sub, sub, sub, sub, toString, toString, writeExternal, x, y, z, zero

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Vector3dOnlyHashEquals

      public Vector3dOnlyHashEquals(org.joml.Vector3d localPosition)
    • Vector3dOnlyHashEquals

      public Vector3dOnlyHashEquals()
  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.joml.Vector3d