Lumino
ln::CornerRadius Struct Reference

四角形の角の半径を表します。 More...

#include <GeometryStructs.hpp>

Public Member Functions

 CornerRadius ()
 すべての要素を 0 で初期化します。
 
 CornerRadius (float uniformRadius)
 すべての要素を uniformRadius で初期化します。
 
 CornerRadius (float topLeft, float topRight, float bottomRight, float bottomLeft)
 各要素の値を指定して初期化します。
 

Public Attributes

float topLeft
 左上角の半径
 
float topRight
 右上角の半径
 
float bottomRight
 右下角の半径
 
float bottomLeft
 左下角の半径
 

Detailed Description

四角形の角の半径を表します。


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