1
0

fix: fix VxMath part

This commit is contained in:
2026-01-25 11:30:11 +08:00
parent 09ca976fd9
commit 9319425237
11 changed files with 561 additions and 218 deletions

View File

@@ -10,7 +10,7 @@ struct {{ sname }} {
{{ sname }}({{- shared.argument_list_builder(svars) -}});
{#- Default copy ctor, move ctor, copy assigner, move assigner #}
YYCC_DEFAULT_COPY_MOVE({{ sname }});
YYCC_DEFAULT_COPY_MOVE({{ sname }})
{#- Offset operator #}
CKFLOAT& operator[](size_t i);