A3DCrvTransformData

Detailed Description

struct A3DCrvTransformData

Transform curve structure.

Version
2.0

Public Members

A3DBool m_bIs2D

A value of true specifies a 2D curve; and a value of false specifies a 3D curve.

A3DMiscCartesianTransformationData m_sTrsf

Cartesian transformation.

A3DParameterizationData m_sParam

Parameterization.

A3DMathFct3D *m_pTransfo

Transformation to apply to basis curve.

A3DCrvBase *m_pBasisCrv

Basis Curve.