toNative static method
Implementation
static SegmentNative toNative(Segment obj) {
return _SegmentNativeInit(
PointImpl.toNative(obj.start),
PointImpl.toNative(obj.end),
);
}
static SegmentNative toNative(Segment obj) {
return _SegmentNativeInit(
PointImpl.toNative(obj.start),
PointImpl.toNative(obj.end),
);
}