C++
GE_DLLEXPIMPORT AcGeRay2d( const AcGePoint2d& pnt, const AcGeVector2d& vec );
Description
Constructs a ray whose start point is pnt and whose direction is vec. vec must not be a zero-length vector.
Parameters
Parameters | Description |
---|---|
pnt | Input start point of ray |
vec | Input direction vector of ray |