Click or drag to resize

Vector3Multiply Method (Vector3, Vector3)

Scale the X, Y, and Z components of Vector3 .

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static Vector3 Multiply(
	Vector3 v,
	Vector3 s
)

Parameters

v
Type: Microsoft.DirectXVector3
Vector3 to scale.
s
Type: Microsoft.DirectXVector3
Vector3 containing the X, Y, and Z scale components.

Return Value

Type: Vector3
Scaled Vector3.
See Also