BufferParameters.withQS constructor

BufferParameters.withQS(
  1. int quadrantSegments
)

Creates a set of parameters with the given quadrantSegments value.

@param quadrantSegments the number of quadrant segments to use

Implementation

BufferParameters.withQS(int quadrantSegments) {
  setQuadrantSegments(quadrantSegments);
}