Share

AcGePointOnCurve2d

Class Hierarchy

AcGeEntity2d
    AcGePointEnt2d
        AcGePointOnCurve2d

C++

class AcGePointOnCurve2d : public AcGePointEnt2d;

File

geponc2d.h

Description

Represents a point on a 2D parametric curve. This class encapsulates all of the geometric information of a point on a 2D curve, including its parameter value, 2D coordinates, and derivatives.

Links

AcGePointOnCurve2d Constructor, AcGePointOnCurve2d Methods, AcGePointOnCurve2d Operators

See Also

Geometry library documentation in ObjectARX Developer's Guide

Was this information helpful?