]> git.tdb.fi Git - libs/math.git/commit
Use unique_ptr for managing memory allocations
authorMikko Rasa <tdb@tdb.fi>
Sun, 26 Jan 2025 00:00:50 +0000 (02:00 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 26 Jan 2025 00:32:23 +0000 (02:32 +0200)
commit896e8440e8c32443fc3fa5272abbac264177437c
tree762a546d44029291473e98ae725b7e156999e407
parent51bf5acdd865a85885f717160251b30a72fd972a
Use unique_ptr for managing memory allocations
13 files changed:
Build
examples/raytrace.cpp
source/geometry/compositeshape.h
source/geometry/extrudedshape.h
source/geometry/halfspace.h
source/geometry/hyperbox.h
source/geometry/hypersphere.h
source/geometry/intersection.h
source/geometry/loader.h
source/geometry/negation.h
source/geometry/shape.h
source/geometry/transformedshape.h
source/geometry/union.h