Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Microsoft.DirectX
Vector4 Structure
Vector4 Methods
Add Method
Dot Method
DotD Method
Equals Method
GetHashCode Method
Length Method
LengthD Method
LengthSq Method
LengthSqD Method
Lerp Method
Maximize Method
Minimize Method
Multiply Method
MultiplyAdd Method
Negate Method
Normalize Method
Scale Method
Subtract Method
ToString Method
Transform Method
Vector4
MultiplyAdd Method
Combined multiplication and addition
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
Copy
public
static
Vector4
MultiplyAdd
(
Vector4
v
,
double
s
,
Vector4
o
)
Parameters
v
Type:
Microsoft.DirectX
Vector4
Source
Vector4
s
Type:
System
Double
Scale
o
Type:
Microsoft.DirectX
Vector4
Offset
Vector4
Return Value
Type:
Vector4
Result
Vector4
of
v
*
s
+
o
See Also
Reference
Vector4 Structure
Microsoft.DirectX Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com