Matrix container
This commit is contained in:
parent
7949c1ca5d
commit
31422d9592
3 changed files with 80 additions and 62 deletions
|
|
@ -71,6 +71,10 @@ tri2 :: [3]v2
|
|||
Bezier :: [3]v2
|
||||
|
||||
V2_ONE :: v2{1.0, 1.0}
|
||||
V2_LEFT :: v2{-1.0, 0.0}
|
||||
V2_RIGHT :: v2{1.0, 0.0}
|
||||
V2_UP :: v2{0.0, -1.0}
|
||||
V2_DOWN :: v2{0.0, 1.0}
|
||||
|
||||
/// ### MISCELANIOUS ### ///
|
||||
enum_to_raygui_options_string :: proc($T: typeid, allocator: mem.Allocator) -> cstring where intrinsics.type_is_enum(T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue