Click or drag to resize

Vector4MultiplyAdd Method

Combined multiplication and addition

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

Parameters

v  Vector4
Source Vector4
s  Double
Scale
o  Vector4
Offset Vector4

Return Value

Vector4
Result Vector4 of v * s + o
See Also