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