mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 20:51:48 +00:00
29 lines
434 B
Plaintext
29 lines
434 B
Plaintext
|
[Visualizer]
|
||
|
|
||
|
glm::detail::tvec2<*>{
|
||
|
preview (
|
||
|
#(#($c.x,$c.y))
|
||
|
)
|
||
|
children (
|
||
|
#([x]: $c.x,[y]: $c.y)
|
||
|
)
|
||
|
}
|
||
|
|
||
|
glm::detail::tvec3<*>{
|
||
|
preview (
|
||
|
#($e.x,$e.y,$e.z)
|
||
|
)
|
||
|
children (
|
||
|
#([x]: $e.x,[y]: $e.y,[z]: $e.z)
|
||
|
)
|
||
|
}
|
||
|
|
||
|
glm::detail::tvec4<*>{
|
||
|
preview (
|
||
|
#($c.x,$c.y,$c.z,$c.w)
|
||
|
)
|
||
|
children (
|
||
|
#([x]: $e.x,[y]: $e.y,[z]: $e.z, #([w]: $e.w))
|
||
|
)
|
||
|
}
|