CurveData

Top Previous Topic Next Topic  Print this topic

CurveData is derived from ObjectData and provides information for creating a Bezier curve.

 

Members

 

Name

Type

Description

m_x1

Double

x position of first point

m_y1

Double

y position of first point

m_x2

Double

x position of second point

m_y2

Double

y position of second point

m_x3

Double

x position of third point

m_y3

Double

y position of third point

 

Get-Set Methods

 

Name

Type

Description

Point1

Double

get first point

Point2

Double

get second point

Point3

Double

get third point