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

Meta