Function floor

  • Applies Math.floor to each element of vector

    Parameters

    • v: Vec3

      Operand vector.

    • Optional dst: Vec3

      vector to hold result. If not passed in a new one is created.

    Returns Vec3

    A vector that is the floor of each element of v.