OrthogonalVector (TcVnVector2_DINT)
Computes an orthogonal vector to a given source vector.
Syntax
Definition:
HRESULT OrthogonalVector(
HRESULT hrPrev,
TcVnVector2_DINT& aSrc,
TcVnVector2_LREAL& aOrthogonal,
bool bNormalize
)
Parameters
Name |
Type |
Description |
---|---|---|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
aSrc |
Source vector | |
aOrthogonal |
Returns a vector orthogonal to aSrc | |
bNormalize |
bool |
If true, aOrthogonal length is normalized to 1, otherwise aOrthogonal has the same length as aSrc |
Required License
TC3 Vision Base