Click or drag to resize

VectorSubtract Method

Subtract a vector from this one.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Vector Subtract(
	Vector vector
)

Parameters

vector
Type: AGI.Foundation.GeometryVector
The vector to subtract.

Return Value

Type: Vector
A new vector representing the difference of the two vectors.
See Also