vectorPathCommandLine property
A straight line to a given point
Implementation
VectorPathCommandLine? get vectorPathCommandLine {
if (this is VectorPathCommandLine) {
return this as VectorPathCommandLine;
}
return null;
}
A straight line to a given point
VectorPathCommandLine? get vectorPathCommandLine {
if (this is VectorPathCommandLine) {
return this as VectorPathCommandLine;
}
return null;
}