Method OrthogonalizeBasis
OrthogonalizeBasis(GfVec3f, GfVec3f, GfVec3f, bool, double)
Declaration
public static bool OrthogonalizeBasis(GfVec3f tx, GfVec3f ty, GfVec3f tz, bool normalize, double eps)
Parameters
Type | Name | Description |
---|---|---|
GfVec3f | tx | |
GfVec3f | ty | |
GfVec3f | tz | |
bool | normalize | |
double | eps |
Returns
Type | Description |
---|---|
bool |
OrthogonalizeBasis(GfVec3f, GfVec3f, GfVec3f, bool)
Declaration
public static bool OrthogonalizeBasis(GfVec3f tx, GfVec3f ty, GfVec3f tz, bool normalize)
Parameters
Type | Name | Description |
---|---|---|
GfVec3f | tx | |
GfVec3f | ty | |
GfVec3f | tz | |
bool | normalize |
Returns
Type | Description |
---|---|
bool |