Skip to content

Circle ​

Struct

Source: CollisionTypes.h

Description ​

Represents a 2D circle for collision detection.

Properties ​

NameTypeDescription
xpixelroot32::math::ScalarCenter X coordinate.
ypixelroot32::math::ScalarCenter Y coordinate.
radiuspixelroot32::math::ScalarRadius of the circle.

Released under the MIT License.