Share

AcGeVector3d::AcGeVector3d

C++

GE_DLLEXPIMPORT AcGeVector3d(
    double x, 
    double y, 
    double z
);

Description

Constructs a 3D vector with coordinates xx, yy, and zz correspondingly.

Parameters

Parameters Description
xx Input X coordinate
yy Input Y coordinate
zz Input Z coordinate

Links

AcGeVector3d

Was this information helpful?