ofDocsdocumentation glm gtcreciprocal (functions)

gtcreciprocal (functions)


glm::acot( ... )

genType glm::acot(genType x)

Inverse cotangent function.

@return Return an angle expressed in radians.

Type parameters:

genType Floating-point scalar or vector types.

See also: gtc_reciprocal


glm::acoth( ... )

genType glm::acoth(genType x)

Inverse cotangent hyperbolic function.

@return Return an angle expressed in radians.

Type parameters:

genType Floating-point scalar or vector types.

See also: gtc_reciprocal


glm::acsc( ... )

genType glm::acsc(genType x)

Inverse cosecant function.

@return Return an angle expressed in radians.

Type parameters:

genType Floating-point scalar or vector types.

See also: gtc_reciprocal


glm::acsch( ... )

genType glm::acsch(genType x)

Inverse cosecant hyperbolic function.

@return Return an angle expressed in radians.

Type parameters:

genType Floating-point scalar or vector types.

See also: gtc_reciprocal


glm::asec( ... )

genType glm::asec(genType x)

Inverse secant function.

@return Return an angle expressed in radians.

Type parameters:

genType Floating-point scalar or vector types.

See also: gtc_reciprocal


glm::asech( ... )

genType glm::asech(genType x)

Inverse secant hyperbolic function.

@return Return an angle expressed in radians.

Type parameters:

genType Floating-point scalar or vector types.

See also: gtc_reciprocal


glm::cot( ... )

genType glm::cot(genType angle)

Cotangent function. adjacent / opposite or 1 / tan(x)

Type parameters:

genType Floating-point scalar or vector types.

See also: gtc_reciprocal


glm::coth( ... )

genType glm::coth(genType angle)

Cotangent hyperbolic function.

Type parameters:

genType Floating-point scalar or vector types.

See also: gtc_reciprocal


glm::csc( ... )

genType glm::csc(genType angle)

Cosecant function. hypotenuse / opposite or 1 / sin(x)

Type parameters:

genType Floating-point scalar or vector types.

See also: gtc_reciprocal


glm::csch( ... )

genType glm::csch(genType angle)

Cosecant hyperbolic function.

Type parameters:

genType Floating-point scalar or vector types.

See also: gtc_reciprocal


glm::sec( ... )

genType glm::sec(genType angle)

Secant function. hypotenuse / adjacent or 1 / cos(x)

Type parameters:

genType Floating-point scalar or vector types.

See also: gtc_reciprocal


glm::sech( ... )

genType glm::sech(genType angle)

Secant hyperbolic function.

Type parameters:

genType Floating-point scalar or vector types.

See also: gtc_reciprocal