Vector3.Divide Method (Vector3, Vector3)
Divides the components of a vector by the components of another vector.
Syntax
'Declaration
Public Shared Function Divide ( _
value1 As Vector3, _
value2 As Vector3 _
) As Vector3
public static Vector3 Divide (
Vector3 value1,
Vector3 value2
)
public:
static Vector3 Divide(
Vector3 value1,
Vector3 value2
)
Parameters
Return Value
Type: Vector3
The result of dividing the vectors.
Remarks
Division of a vector by another vector is not mathematically defined. This method simply divides each component of a by the matching component of b.
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