Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds two vectors.
Syntax
'Declaration
Public Shared Function op_Addition ( _
value1 As Vector3, _
value2 As Vector3 _
) As Vector3
public static Vector3 op_Addition (
Vector3 value1,
Vector3 value2
)
public:
static Vector3 op_Addition(
Vector3 value1,
Vector3 value2
)
Parameters
Return Value
Type: Vector3
Sum of the vectors.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Vector3 Structure
Vector3 Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone