[][src]Module polyhorn_ui::physics

Primitives for a few physics-based types (velocity, angles).

Structs

Angle

Type-safe representation for angles.

Velocity

Represents dy/dt. This type is mostly used for events that involve movement, such as scroll events.