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

Meta