Calculates the vector scale.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static Vector3 Vector3Scale(
	Vector3 source,
	Vector3 scale
)

Parameters

source
Type: Vector3
Source Vector3 vector.
scale
Type: Vector3
The scale Vector3 vector.

Return Value

Returns the scaled Vector3 vector.

See Also