This website requires JavaScript.
Explore
Help
Sign In
yyc12345
/
libcmo21
Watch
1
Star
0
Fork
0
You've already forked libcmo21
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
libcmo21
/
CodeGen
/
VectorGen
/
.gitignore
4 lines
33 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
update gitignore
2023-11-02 20:27:57 +08:00
# Result
refactor: refactor VxVector and its generator. - refactor VxVector-like struct. split their declaration and implementatio because their implementation is too long. and occupy too much space in header. - refactor VxVector struct generator. use jinja2 template engine, rather ran hand-written format string to make it is easy to read (although it still tough when first reading). - add unary operator overloading for VxVector-like struct. - add some VxMatrix functions which are essential to CKCamera. - rename VxMatrix::ResetToIdentity to VxMatrix::SetIdentity to make it same as original Virtools SDK. - the spaceship overloading with auto return value still may have bugs. please watch it carefully.
2024-12-24 16:49:34 +08:00
VxTypes.hpp
VxTypes.cpp
Reference in New Issue
Copy Permalink