Click or drag to resize

NVectorSubtractMultiply Method

Optimized subtraction of scaled vector.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntax
C#
public NVector SubtractMultiply(
	int multiplier,
	NVector subtrahend
)

Parameters

multiplier  Int32
The multiplier scalar.
subtrahend  NVector
The vector to scaled.

Return Value

NVector
this - multiplier * subtrahend
Remarks

The current vector is the minuend.

This operation is hardware-accelerated when possible.

See Also