Vector3d.floor

Set each component of this vector to the largest (closest to positive infinity) {@code double} value that is less than or equal to that component and is equal to a mathematical integer.

@return this

  1. Vector3d floor()
    struct Vector3d
    ref return
    floor
    ()
  2. Vector3d floor(Vector3d dest)

Meta