@brief Enable/disable cylindrical topology on x-axis @param on If true, waves wrap around from right edge to left edge When enabled, creates a seamless horizontal loop effect. Useful for LED strips arranged in a cylinder or torus.
| 192 | /// When enabled, creates a seamless horizontal loop effect. |
| 193 | /// Useful for LED strips arranged in a cylinder or torus. |
| 194 | void setXCylindrical(bool on) { mWaveSim.setXCylindrical(on); } |
| 195 | |
| 196 | /// @brief Set wave propagation speed |
| 197 | /// @param speed Speed value (0.0 to 1.0, typical range: 0.1-0.3) |
no outgoing calls
no test coverage detected