◆ Scaled() [1/2]

static Vector3 Scaled ( this Vector3  vec,
float  scalex,
float  scaley,
float  scalez 
)
static
Parameters
vecthis is the vector calling this function.
scalexThe float value we multiply the X component of this vector3 with.
scaleyThe float value we multiply the Y component of this vector3 with.
scalezThe float value we multiply the Z component of this vector3 with.
Returns
the computed Vector3 is returned.