void sgCMatrix::ApplyMatrixToVector(SG_POINT& vectBegin, SG_VECTOR& vectDir) const
Description:
Applies the current affine transformations matrix to the vector terminating at the specified point.
Arguments:
vectBegin - tail of the vector we apply the affine transformation to,
vectDir - direction of the vector we apply the affine transformation to.
Returned value:
No values.
See also: