blocksound v1.0.0-alpha2 (2016-08-30T20:35:47Z)
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
functions
toCString
toDString
structs
Vec3
Vector 3 struct with floats.