Vector3:GetOrthogonals(vecU, vecV)
Version added: before 9.5
Arguments:
Name | Type | Description | Default | Ver |
vecU | Vector3 | This vector will be filled in so that it is orthogonal to the original vector | < 9.5 | |
vecV | Vector3 | This vector will be filled in so that it is orthogonal to both the original vector and vecU | < 9.5 |
Return value:
void none
Returns two vectors that are orthogonal to the original vector.
<< Back to Vector3