Share

AcGeRay2d::AcGeRay2d

C++

GE_DLLEXPIMPORT AcGeRay2d(
    const AcGePoint2d& pnt1, 
    const AcGePoint2d& pnt2
);

Description

Constructs a ray whose start point is pnt1 and passes through pnt2. pnt1 must be different from pnt2.

Parameters

Parameters Description
pnt1 Input start point of ray
pnt2 Input any 2D point different from pnt1

Links

AcGeRay2d

Was this information helpful?