nanogui ~2d (2021-12-21T00:34:43.9140468)
Dub
Repo
Anchor.this
nanogui
layout
AdvancedGridLayout
Anchor
Create an Anchor at position `(x, y)` of size `(w, h)` with specified alignments.
this
(int x, int y, Alignment horiz, Alignment vert)
this
(int x, int y, int w, int h, Alignment horiz, Alignment vert)
struct
Anchor
this
(
int
x
,
int
y
,
int
w
,
int
h
,
Alignment
horiz
=
Alignment.Fill
,
Alignment
vert
=
Alignment.Fill
)
Meta
Source
See Implementation
nanogui
layout
AdvancedGridLayout
Anchor
constructors
this
functions
toString
variables
algn
pos
size
Create an Anchor at position `(x, y)` of size `(w, h)` with specified alignments.