| 57 | } |
| 58 | |
| 59 | type GravityOptions struct { |
| 60 | Type GravityType |
| 61 | X, Y float64 |
| 62 | } |
| 63 | |
| 64 | // NewGravityOptions builds a new [GravityOptions] instance. |
| 65 | // It fills the [GravityOptions] struct with the options values under the given prefix. |
nothing calls this directly
no outgoing calls
no test coverage detected