This is the complete list of members for MCore::Distance, including all inherited members.
CalcDistanceInUnitType(EUnitType targetUnitType) const (defined in MCore::Distance) | MCore::Distance | inline |
CalcNumCentimeters() const (defined in MCore::Distance) | MCore::Distance | inline |
CalcNumDecimeters() const (defined in MCore::Distance) | MCore::Distance | inline |
CalcNumFeet() const (defined in MCore::Distance) | MCore::Distance | inline |
CalcNumInches() const (defined in MCore::Distance) | MCore::Distance | inline |
CalcNumKilometers() const (defined in MCore::Distance) | MCore::Distance | inline |
CalcNumMeters() const (defined in MCore::Distance) | MCore::Distance | inline |
CalcNumMiles() const (defined in MCore::Distance) | MCore::Distance | inline |
CalcNumMillimeters() const (defined in MCore::Distance) | MCore::Distance | inline |
CalcNumYards() const (defined in MCore::Distance) | MCore::Distance | inline |
ConvertedTo(EUnitType targetUnitType) const (defined in MCore::Distance) | MCore::Distance | inline |
ConvertTo(EUnitType targetUnitType) (defined in MCore::Distance) | MCore::Distance | |
ConvertValue(float value, EUnitType sourceType, EUnitType targetType) (defined in MCore::Distance) | MCore::Distance | static |
Distance() (defined in MCore::Distance) | MCore::Distance | inline |
Distance(double units, EUnitType unitType) (defined in MCore::Distance) | MCore::Distance | inline |
Distance(float units, EUnitType unitType) (defined in MCore::Distance) | MCore::Distance | inline |
Distance(const Distance &other) (defined in MCore::Distance) | MCore::Distance | inline |
EUnitType enum name (defined in MCore::Distance) | MCore::Distance | |
GetConversionFactor(EUnitType sourceType, EUnitType targetType) (defined in MCore::Distance) | MCore::Distance | static |
GetConversionFactorFromMeters(EUnitType unitType) (defined in MCore::Distance) | MCore::Distance | static |
GetConversionFactorToMeters(EUnitType unitType) (defined in MCore::Distance) | MCore::Distance | static |
GetDistance() const (defined in MCore::Distance) | MCore::Distance | inline |
GetUnitType() const (defined in MCore::Distance) | MCore::Distance | inline |
operator*=(double f) (defined in MCore::Distance) | MCore::Distance | inline |
operator*=(float f) (defined in MCore::Distance) | MCore::Distance | inline |
operator*=(const Distance &other) (defined in MCore::Distance) | MCore::Distance | inline |
operator+=(double f) (defined in MCore::Distance) | MCore::Distance | inline |
operator+=(float f) (defined in MCore::Distance) | MCore::Distance | inline |
operator+=(const Distance &other) (defined in MCore::Distance) | MCore::Distance | inline |
operator-() const (defined in MCore::Distance) | MCore::Distance | inline |
operator-=(double f) (defined in MCore::Distance) | MCore::Distance | inline |
operator-=(float f) (defined in MCore::Distance) | MCore::Distance | inline |
operator-=(const Distance &other) (defined in MCore::Distance) | MCore::Distance | inline |
operator/=(double f) (defined in MCore::Distance) | MCore::Distance | inline |
operator/=(float f) (defined in MCore::Distance) | MCore::Distance | inline |
operator/=(const Distance &other) (defined in MCore::Distance) | MCore::Distance | inline |
operator=(const Distance &other) (defined in MCore::Distance) | MCore::Distance | inline |
Set(double dist, EUnitType unitType) (defined in MCore::Distance) | MCore::Distance | inline |
SetDistance(double dist) (defined in MCore::Distance) | MCore::Distance | inline |
SetUnitType(EUnitType unitType) (defined in MCore::Distance) | MCore::Distance | inline |
StringToUnitType(const AZStd::string &str, EUnitType *outUnitType) (defined in MCore::Distance) | MCore::Distance | static |
UNITTYPE_CENTIMETERS enum value (defined in MCore::Distance) | MCore::Distance | |
UNITTYPE_DECIMETERS enum value (defined in MCore::Distance) | MCore::Distance | |
UNITTYPE_FEET enum value (defined in MCore::Distance) | MCore::Distance | |
UNITTYPE_INCHES enum value (defined in MCore::Distance) | MCore::Distance | |
UNITTYPE_KILOMETERS enum value (defined in MCore::Distance) | MCore::Distance | |
UNITTYPE_METERS enum value (defined in MCore::Distance) | MCore::Distance | |
UNITTYPE_MILES enum value (defined in MCore::Distance) | MCore::Distance | |
UNITTYPE_MILLIMETERS enum value (defined in MCore::Distance) | MCore::Distance | |
UNITTYPE_YARDS enum value (defined in MCore::Distance) | MCore::Distance | |
UnitTypeToString(EUnitType unitType) (defined in MCore::Distance) | MCore::Distance | static |