setPrecision method
Sets the precision of the data used to create a path.
Implementation
void setPrecision(int precision){
this.precision = precision;
}
Sets the precision of the data used to create a path.
void setPrecision(int precision){
this.precision = precision;
}