public final class Vec3f extends Object
Modifier and Type | Field and Description |
---|---|
float |
v1
the first element in the vector
|
float |
v2
the first element in the vector
|
float |
v3
the first element in the vector
|
Constructor and Description |
---|
Vec3f(float v1,
float v2,
float v3)
Creates a new Vec3f object.
|