9 lines
136 B
Modula-2
Raw Normal View History

2024-01-06 06:30:23 -05:00
size 0xc;
2024-10-18 15:14:18 -04:00
method Vec3 normalized() = 0x5eae4;
2024-01-06 06:30:23 -05:00
property float x = 0x0;
property float y = 0x4;
2024-09-20 21:30:47 -04:00
property float z = 0x8;
mark-as-simple;