union method

Path union(
  1. Path other
)

Implementation

Path union(Path other) {
  return _pathUnion(this, other);
}