LMatrixMultiplySubtract(DVector, DVector, Double) Method |
Transforms a vector and subtracts an offset.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntaxpublic DVector MultiplySubtract(
DVector v,
DVector sub,
double[] result
)
Parameters
- v DVector
- Vector to transform.
- sub DVector
- Vector to subtract.
- result Double
- Preallocated buffer for the result.
Return Value
DVectorthis * multiplicand - sub.
See Also