x property
num
get
x
Gets or sets the left point of this vertex.
Implementation
_i2.num get x => _i4.getProperty(
this,
'x',
);
set
x
(num value)
Implementation
set x(_i2.num value) {
_i4.setProperty(
this,
'x',
value,
);
}