cartesianPingPong(point,width,height,border) -> new cartesianPingPong component
A component that emits (x,y) values that bounce around within the specified bounds.
Keyword arguments: - point -- starting (x,y) coordinates - width, height -- bounds of the area - border -- distance in from bounds at which bouncing happens
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |