|
FRX SDK Documentation 2025 SP0
|
#include <AcGeHelix.h>
Definition at line 23 of file AcGeHelix.h.
| AcGeHelix::AcGeHelix | ( | AcGeHelix const & | ) |
| AcGeHelix::AcGeHelix | ( | AcGePoint3d const & | , |
| AcGeVector3d const & | , | ||
| AcGeVector3d const & | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| bool | ) |
| AcGeHelix::AcGeHelix | ( | void | ) |
| AcGeHelix::~AcGeHelix | ( | void | ) |
| AcGePoint3d AcGeHelix::axisPoint | ( | void | ) | const |
| AcGeVector3d AcGeHelix::axisVec | ( | void | ) | const |
| void AcGeHelix::getSamplePoints | ( | double | , |
| double | , | ||
| AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > & | , | ||
| AcGeDoubleArray & | , | ||
| double | ) const |
| void AcGeHelix::getSamplePoints | ( | double | , |
| double | , | ||
| double | , | ||
| AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > & | , | ||
| AcGeDoubleArray & | ) const |
| void AcGeHelix::getSamplePoints | ( | int | , |
| AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > & | ) const |
| AcGeHelix & AcGeHelix::set | ( | AcGePoint3d const & | , |
| AcGeVector3d const & | , | ||
| AcGeVector3d const & | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| bool | ) |
| AcGeHelix & AcGeHelix::setAxisPoint | ( | AcGePoint3d const & | ) |
| AcGeHelix & AcGeHelix::setAxisVec | ( | AcGeVector3d const & | ) |
| AcGeHelix & AcGeHelix::setStartVec | ( | AcGeVector3d const & | ) |
| AcGeVector3d AcGeHelix::startVec | ( | void | ) | const |