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