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