Click or drag to resize

Vector3MultiplyAdd Method

Combined multiplication and addition

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static Vector3 MultiplyAdd(
	Vector3 v,
	double s,
	Vector3 o
)

Parameters

v  Vector3
Source Vector3
s  Double
Scale
o  Vector3
Offset Vector3

Return Value

Vector3
Result Vector3 of v * s + o
See Also