include/foundation/PxMath.h

↰ Parent directory: include/foundation/

Source: include/foundation/PxMath.h

Included By

Functions

  • PxAbs: abs returns the absolute value of its argument.

  • PxAbs: abs returns the absolute value of its argument.

  • PxAbs: abs returns the absolute value of its argument.

  • PxAcos: Arccosine.

  • PxAcos: Arccosine.

  • PxAsin: Arcsine.

  • PxAsin: Arcsine.

  • PxAtan: ArcTangent.

  • PxAtan: ArcTangent.

  • PxAtan2: Arctangent of (x/y) with correct sign.

  • PxAtan2: Arctangent of (x/y) with correct sign.

  • PxCeil

  • PxClamp: Clamps v to the range [hi,lo].

  • PxCos: Cosine of an angle (Unit: Radians)

  • PxCos: Cosine of an angle (Unit: Radians)

  • PxDegToRad: Converts degrees to radians.

  • PxEquals

  • PxExp

  • PxFloor

  • PxIsFinite: returns true if the passed number is a finite floating point number as opposed to INF, NAN, etc.

  • PxIsFinite: returns true if the passed number is a finite floating point number as opposed to INF, NAN, etc.

  • PxLog

  • PxMax: The return value is the greater of the two specified values.

  • PxMax: overload for float to use fsel on xbox

  • PxMin: The return value is the lesser of the two specified values.

  • PxMin: overload for float to use fsel on xbox

  • PxPow

  • PxRecipSqrt: reciprocal square root.

  • PxRecipSqrt: reciprocal square root.

  • PxSign

  • PxSign2

  • PxSin: Sine of an angle ( Unit: Radians )

  • PxSin: trigonometry all angles are in radians.

  • PxSinCos: compute sine and cosine at the same time

  • PxSinCos: compute sine and cosine at the same time

  • PxSqr: square of the argument

  • PxSqrt: Square root.

  • PxSqrt: Square root.

  • PxTan: Tangent of an angle.

  • PxTan: Tangent of an angle.

Variables