Click or drag to resize

Vector3Subtraction Operator

Vector3 subtraction

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static Vector3 operator -(
	Vector3 l,
	Vector3 r
)

Parameters

l  Vector3
Left-hand side Vector3
r  Vector3
Right-hand side Vector3

Return Value

Vector3
Result of Vector3 subtraction
See Also