Vector4d.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. Vector4d floor()
    struct Vector4d
    ref return
    floor
    ()
  2. Vector4d floor(Vector4d dest)

Meta