Method UsdGeomLinearUnitsAre
UsdGeomLinearUnitsAre(double, double, double)
Declaration
public static bool UsdGeomLinearUnitsAre(double authoredUnits, double standardUnits, double epsilon)
Parameters
| Type | Name | Description |
|---|---|---|
| double | authoredUnits | |
| double | standardUnits | |
| double | epsilon |
Returns
| Type | Description |
|---|---|
| bool |
UsdGeomLinearUnitsAre(double, double)
Declaration
public static bool UsdGeomLinearUnitsAre(double authoredUnits, double standardUnits)
Parameters
| Type | Name | Description |
|---|---|---|
| double | authoredUnits | |
| double | standardUnits |
Returns
| Type | Description |
|---|---|
| bool |