FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Functions
Global Func.h File Reference

Go to the source code of this file.

Functions

ARX_API class AcGePoint2d __cdecl operator* (class AcGeMatrix2d const &, class AcGePoint2d const &)
 
ARX_API class AcGePoint3d __cdecl operator* (class AcGeMatrix3d const &, class AcGePoint3d const &)
 
ARX_API class AcGeScale2d __cdecl operator* (double, class AcGeScale2d const &)
 
ARX_API class AcGeScale3d __cdecl operator* (double, class AcGeScale3d const &)
 
ARX_API class AcGeVector2d __cdecl operator* (class AcGeMatrix2d const &, class AcGeVector2d const &)
 
ARX_API class AcGeVector2d __cdecl operator* (double, class AcGeVector2d const &)
 
ARX_API class AcGeVector3d __cdecl operator* (class AcGeMatrix3d const &, class AcGeVector3d const &)
 
ARX_API class AcGeVector3d __cdecl operator* (double, class AcGeVector3d const &)
 
ARX_API class NmMatrix __cdecl transpose (class NmMatrix const &)
 
ARX_API Frx::Boolean __cdecl operator< (double, class AcGeImpInterval const &)
 
ARX_API Frx::Boolean __cdecl operator< (double, class AcGeInterval const &)
 
ARX_API Frx::Boolean __cdecl operator<= (double, class AcGeImpInterval const &)
 
ARX_API Frx::Boolean __cdecl operator<= (double, class AcGeInterval const &)
 
ARX_API Frx::Boolean __cdecl operator> (double, class AcGeImpInterval const &)
 
ARX_API Frx::Boolean __cdecl operator> (double, class AcGeInterval const &)
 
ARX_API Frx::Boolean __cdecl operator>= (double param_1, class AcGeImpInterval const &param_2)
 
ARX_API Frx::Boolean __cdecl operator>= (double, class AcGeInterval const &)
 
ARX_API void __cdecl solveTrigEquation (double, double, double, double &, double &)
 
ARX_API bool acgeGetCompositeCrvArea (AcGeCompositeCurve3d *, double &)
 
ARX_API AcGeBoundBlock3d createBoundBlock3d (AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &)
 
ARX_API void acgeiGetBlossomAverage (AcGeKnotVector const &, int, AcGeKnotVector &)
 
ARX_API void acgeiGetContainingIntervalIndices (AcGeKnotVector const &, double, int &, int &)
 
ARX_API void acgeiSetPeriodicSplineVersion (int)
 

Function Documentation

◆ acgeGetCompositeCrvArea()

ARX_API bool acgeGetCompositeCrvArea ( AcGeCompositeCurve3d * ,
double &  )

◆ acgeiGetBlossomAverage()

ARX_API void acgeiGetBlossomAverage ( AcGeKnotVector const & ,
int ,
AcGeKnotVector &  )

◆ acgeiGetContainingIntervalIndices()

ARX_API void acgeiGetContainingIntervalIndices ( AcGeKnotVector const & ,
double ,
int & ,
int &  )

◆ acgeiSetPeriodicSplineVersion()

ARX_API void acgeiSetPeriodicSplineVersion ( int )

◆ createBoundBlock3d()

◆ operator*() [1/8]

◆ operator*() [2/8]

◆ operator*() [3/8]

◆ operator*() [4/8]

◆ operator*() [5/8]

◆ operator*() [6/8]

◆ operator*() [7/8]

◆ operator*() [8/8]

◆ operator<() [1/2]

◆ operator<() [2/2]

◆ operator<=() [1/2]

◆ operator<=() [2/2]

◆ operator>() [1/2]

◆ operator>() [2/2]

◆ operator>=() [1/2]

ARX_API Frx::Boolean __cdecl operator>= ( double param_1,
class AcGeImpInterval const & param_2 )

◆ operator>=() [2/2]

◆ solveTrigEquation()

ARX_API void __cdecl solveTrigEquation ( double ,
double ,
double ,
double & ,
double &  )

◆ transpose()

ARX_API class NmMatrix __cdecl transpose ( class NmMatrix const & )