Typedefs
Mathematical Operator Type Declarations

Typedefs

typedef void A3DMathFct1D
 
typedef void A3DMathFct1DPolynom
 
typedef void A3DMathFct1DTrigonometric
 
typedef void A3DMathFct1DFraction
 
typedef void A3DMathFct1DArctanCos
 
typedef void A3DMathFct1DCombination
 
typedef void A3DMathFct3D
 
typedef void A3DMathFct3DLinear
 
typedef void A3DMathFct3DNonLinear
 

Detailed Description

Version
2.0

Typedef Documentation

typedef void A3DMathFct1D

Basic type for first-degree equation object.

See also
Mathematical Module
typedef void A3DMathFct1DPolynom

Type for a polynomial object.

See also
Mathematical Module

Type for a cosine-based equation object.

See also
Mathematical Module
typedef void A3DMathFct1DFraction

Type for an object representing linear combination of other equations.

See also
Mathematical Module
typedef void A3DMathFct1DArctanCos

Type for an arctangent-based equation object.

See also
Mathematical Module

Type for an object representing weighted combinations of other equations.

See also
Mathematical Module
typedef void A3DMathFct3D

Basic type for third-degree equation object.

See also
Mathematical Module
typedef void A3DMathFct3DLinear

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

See also
Mathematical Module
typedef void A3DMathFct3DNonLinear

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

See also
Mathematical Module