Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Microsoft.DirectX
Vector2 Structure
Vector2 Methods
Add Method
Ccw Method
CcwD 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
TransformCoordinate Method
TransformNormal Method
Vector2
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
Vector2
MultiplyAdd
(
Vector2
v
,
double
s
,
Vector2
o
)
Parameters
v
Type:
Microsoft.DirectX
Vector2
Source
Vector2
s
Type:
System
Double
Scale
o
Type:
Microsoft.DirectX
Vector2
Offset
Vector2
Return Value
Type:
Vector2
Result
Vector2
of
v
*
s
+
o
See Also
Reference
Vector2 Structure
Microsoft.DirectX Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com