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

Meta