◆ Scaled() [2/2]

static Vector3 Scaled ( this Vector3  vec,
Vector3  scale 
)
static
Parameters
vecThis is the vector calling this function.
scaleThe vector we multiply each component with.
Returns
the computed Vector3 is returned.