NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Member Functions | List of all members
ns::EllipseShape Class Reference
Inheritance diagram for ns::EllipseShape:

Public Member Functions

 EllipseShape (const sf::Vector2f &radius)
 
 EllipseShape (float radius_x, float radius_y)
 
void setRadius (const sf::Vector2f &radius)
 
auto getRadius () const -> const sf::Vector2f &
 
void setPointCount (std::size_t point_count)
 
auto getPointCount () const -> std::size_t override
 
auto getPoint (std::size_t index) const -> sf::Vector2f override
 

Detailed Description

Definition at line 18 of file Shapes.hpp.


The documentation for this class was generated from the following file: