-
-
Save nddrylliog/215832 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vector3f: class { | |
x, y, z : Float | |
} | |
vec := Vector3f new() | |
vec x = 3.14 | |
vec y = 6.18 | |
vec z = 42.0 // hey, Java/C/C++/C# guys: look! no dots =) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment