Preparing search index...
The search index is not available
RealDWG-Web
RealDWG-Web
@mlightcad/geometry-engine
AcGeVector2dLike
Interface AcGeVector2dLike
The interface representing a 2d vector.
interface
AcGeVector2dLike
{
x
:
number
;
y
:
number
;
}
Index
Properties
x
y
Properties
x
x
:
number
X coordinate of a 2d vector
y
y
:
number
Y coordinate of a 2d vector
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
x
y
RealDWG-Web
Loading...
The interface representing a 2d vector.