LMatrixMultiplySubtract(DVector, DVector, Double) Method |
Transforms a vector and subtracts an offset.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
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