public class Vec4f
extends Vec3f
-
Field Summary
Fields
Fields inherited from class ltd.icecold.orangeengine.api.math.Vec2f
x, y
-
Constructor Summary
Constructors
Vec4f(float x,
float y,
float z,
float w)
-
Method Summary
add(float x,
float y,
float z,
float w)
Methods inherited from class ltd.icecold.orangeengine.api.math.Vec3f
add, add, add, copy, cross, distanceSqr, dot, getAngleBetween, length, lengthSqr, multiply, multiply, multiply, normalise, scale, set, set, sub, sub
-
-
Constructor Details
-
-
Vec4f
public Vec4f(float x,
float y,
float z,
float w)
-
Vec4f
public Vec4f
(Vec3f vec3f)
-
Method Details
-
-
add
public Vec4f add
(float x,
float y,
float z,
float w)
-
-
-