Geometric Mathematical Operator Type Declarations

Detailed Description

group a3d_math_types

Version
2.0

Type Alias Documentation

typedef void A3DMathFct1D

Basic type for first-degree equation object.

typedef void A3DMathFct1DPolynom

Type for a polynomial object.

typedef void A3DMathFct1DTrigonometric

Type for a cosine-based equation object.

typedef void A3DMathFct1DFraction

Type for an object representing linear combination of other equations.

typedef void A3DMathFct1DArctanCos

Type for an arctangent-based equation object.

typedef void A3DMathFct1DCombination

Type for an object representing weighted combinations of other equations.

typedef void A3DMathFct3D

Basic type for third-degree equation object.

typedef void A3DMathFct3DLinear

Type for an object representing linear equations for 3x1 matrices.

typedef void A3DMathFct3DNonLinear

Type for an object representing trigonometric equations for 3x1 matrices.