blocksound v1.1.1-alpha1 (2016-10-06T22:43:29Z)
Dub
Repo
Vec3
blocksound
util
Vector 3 struct with floats.
struct
Vec3 {
float
x
;
float
y
;
float
z
;
}
Members
Variables
x
float
x
;
X coordinate
y
float
y
;
Y coordinate
z
float
z
;
Z coordinate
Meta
Source
See Implementation
blocksound
util
classes
ArrayList
EOFException
functions
toCString
toDString
structs
Vec3
Vector 3 struct with floats.