Vector3i.setComponent

Set the value of the specified component of this vector.

@param component the component whose value to set, within <code>[0..2]</code> @param value the value to set @return this @throws IllegalArgumentException if <code>component</code> is not within <code>[0..2]</code>

struct Vector3i
ref return
setComponent
(,
int value
)

Meta