le2d v0.4.8
2D game engine framework
 
Loading...
Searching...
No Matches
le::shape::SectorParams Struct Reference

Sector creation parameters. More...

#include <le2d/shape/sector.hpp>

Public Attributes

kvf::Color color {kvf::white_v}
 
std::int32_t resolution {128}
 
float degrees_begin {0.0f}
 
float degrees_end {360.0f}
 

Detailed Description

Sector creation parameters.

Member Data Documentation

◆ color

kvf::Color le::shape::SectorParams::color {kvf::white_v}

◆ degrees_begin

float le::shape::SectorParams::degrees_begin {0.0f}

◆ degrees_end

float le::shape::SectorParams::degrees_end {360.0f}

◆ resolution

std::int32_t le::shape::SectorParams::resolution {128}

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