OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::LineStyle::Parameters Struct Reference

#include <LineStyle.hpp>

Public Member Functions

constexpr Parameters operator() (double _dotOffset) const noexcept
 
constexpr Parameters offset (double _dotOffset) const noexcept
 

Public Attributes

double dotOffset
 
bool hasCap
 
bool isRound
 
bool isDotted
 
bool hasAlignedDot
 

Member Function Documentation

◆ offset()

constexpr Parameters s3d::LineStyle::Parameters::offset ( double  _dotOffset) const
constexprnoexcept

◆ operator()()

constexpr Parameters s3d::LineStyle::Parameters::operator() ( double  _dotOffset) const
constexprnoexcept

Member Data Documentation

◆ dotOffset

double s3d::LineStyle::Parameters::dotOffset

◆ hasAlignedDot

bool s3d::LineStyle::Parameters::hasAlignedDot

◆ hasCap

bool s3d::LineStyle::Parameters::hasCap

◆ isDotted

bool s3d::LineStyle::Parameters::isDotted

◆ isRound

bool s3d::LineStyle::Parameters::isRound

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