minecraft-pi-reborn/symbols/src/misc/Vec3.def

9 lines
136 B
Modula-2
Raw Normal View History

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