Vector2d.ceil

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

@return this

  1. Vector2d ceil()
    struct Vector2d
    ref return
    ceil
    ()
  2. Vector2d ceil(Vector2d dest)

Meta