SpiecsEngine
Loading...
Searching...
No Matches
◆
encode()
static Node YAML::convert< glm::vec2 >::encode
(
const glm::vec2 &
rhs
)
inline
static
Definition at line
19
of file
YamlUtils.h
.
20
{
21
Node node;
22
node.push_back(rhs.x);
23
node.push_back(rhs.y);
24
return
node;
25
}
YAML
convert< glm::vec2 >
Generated on Sun Mar 8 2026 10:24:51 for SpiecsEngine by
1.10.0