No, some math / rendering libraries or functions are using these methods with a lot of parameters. For example, when you are wrapping some functions from OpenGL library you have to write the whole list of parameters. And when you are making some math functions like operations with matrices etc. There are a lot of cases when you need to list all the parameters with the same type, and you can’t replace them with varargs.
1 Like