Share

AcGeVector2d::AcGeVector2d

C++

GE_DLLEXPIMPORT AcGeVector2d(
    double x, 
    double y
);

Description

Constructs a 2D vector with coordinates xx and yy correspondingly.

Parameters

Parameters Description
xx Input X coordinate
yy Input Y coordinate

Links

AcGeVector2d

Was this information helpful?