FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
AcGeUtil Struct Reference

#include <AcGeUtil.h>

Public Member Functions

AcGeUtiloperator= (AcGeUtil const &)
 

Static Public Member Functions

static AcGePoint2d __cdecl centroidOf (AcGePoint2dArray const &)
 
static AcGePoint3d __cdecl centroidOf (AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &)
 
static Frx::Boolean __cdecl getLineDefinedBy (AcGePoint2dArray const &, AcGeLine2d &, double)
 
static Frx::Boolean __cdecl getLineDefinedBy (AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &, AcGeLine3d &, double)
 
static Frx::Boolean __cdecl getPlaneDefinedBy (AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &, AcGePlane &, double)
 
static Frx::Boolean __cdecl getPlaneDefinedByHomogeneous (AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &, AcGeDoubleArray const &, AcGePlane &, double)
 
static void __cdecl getMomentsOfInertiaOf (AcGePoint2dArray const &, double(*const)[2])
 
static void __cdecl getMomentsOfInertiaOf (AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &, double(*const)[3])
 
static Frx::Boolean computePolygonNormal (AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &param_1, AcGeVector3d &param_2)
 
static Frx::Boolean getLineFromPoints (AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &param_1, AcGeLine3d &param_2, double param_3)
 

Static Public Attributes

static ARX_API_STATIC short exactOffset
 
static ARX_API_STATIC short offsetMethod
 

Detailed Description

Definition at line 26 of file AcGeUtil.h.

Member Function Documentation

◆ centroidOf() [1/2]

static AcGePoint3d __cdecl AcGeUtil::centroidOf ( AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const & )
static

◆ centroidOf() [2/2]

static AcGePoint2d __cdecl AcGeUtil::centroidOf ( AcGePoint2dArray const & )
static

◆ computePolygonNormal()

static Frx::Boolean AcGeUtil::computePolygonNormal ( AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const & param_1,
AcGeVector3d & param_2 )
static

◆ getLineDefinedBy() [1/2]

static Frx::Boolean __cdecl AcGeUtil::getLineDefinedBy ( AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const & ,
AcGeLine3d & ,
double  )
static

◆ getLineDefinedBy() [2/2]

static Frx::Boolean __cdecl AcGeUtil::getLineDefinedBy ( AcGePoint2dArray const & ,
AcGeLine2d & ,
double  )
static

◆ getLineFromPoints()

static Frx::Boolean AcGeUtil::getLineFromPoints ( AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const & param_1,
AcGeLine3d & param_2,
double param_3 )
static

◆ getMomentsOfInertiaOf() [1/2]

static void __cdecl AcGeUtil::getMomentsOfInertiaOf ( AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const & ,
double(*) const [3] )
static

◆ getMomentsOfInertiaOf() [2/2]

static void __cdecl AcGeUtil::getMomentsOfInertiaOf ( AcGePoint2dArray const & ,
double(*) const [2] )
static

◆ getPlaneDefinedBy()

static Frx::Boolean __cdecl AcGeUtil::getPlaneDefinedBy ( AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const & ,
AcGePlane & ,
double  )
static

◆ getPlaneDefinedByHomogeneous()

static Frx::Boolean __cdecl AcGeUtil::getPlaneDefinedByHomogeneous ( AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const & ,
AcGeDoubleArray const & ,
AcGePlane & ,
double  )
static

◆ operator=()

AcGeUtil & AcGeUtil::operator= ( AcGeUtil const & )

Member Data Documentation

◆ exactOffset

ARX_API_STATIC short AcGeUtil::exactOffset
static

Definition at line 29 of file AcGeUtil.h.

◆ offsetMethod

ARX_API_STATIC short AcGeUtil::offsetMethod
static

Definition at line 30 of file AcGeUtil.h.


The documentation for this struct was generated from the following file: