SpiecsEngine
Loading...
Searching...
No Matches
◆
encode()
static Node YAML::convert< glm::vec3 >::encode
(
const glm::vec3 &
rhs
)
inline
static
Definition at line
44
of file
YamlUtils.h
.
45
{
46
Node node;
47
node.push_back(rhs.x);
48
node.push_back(rhs.y);
49
node.push_back(rhs.z);
50
return
node;
51
}
YAML
convert< glm::vec3 >
Generated on Sun Mar 8 2026 10:24:51 for SpiecsEngine by
1.10.0