示例#1
0
 return(new RangeCircleAnnotationRenderable(centerPosition + vec, radius, zOffset, color, width, borderColor, borderWidth));
 return(new CircleAnnotationRenderable(centerPosition + vec, radius, width, color, filled));
 return(new DetectionCircleAnnotationRenderable(centerPosition + vec, radius, zOffset,
                                                trailCount, trailSeparation, trailAngle, color, width, borderColor, borderWidth));