public class Vec3 extends Object implements Serializable
Constructor and Description |
---|
Vec3() |
Vec3(float argX,
float argY,
float argZ) |
Vec3(Vec3 copy) |
Modifier and Type | Method and Description |
---|---|
Vec3 |
add(Vec3 argVec) |
Vec3 |
addLocal(Vec3 argVec) |
Vec3 |
clone() |
static Vec3 |
cross(Vec3 a,
Vec3 b) |
static void |
crossToOut(Vec3 a,
Vec3 b,
Vec3 out) |
static void |
crossToOutUnsafe(Vec3 a,
Vec3 b,
Vec3 out) |
static float |
dot(Vec3 a,
Vec3 b) |
boolean |
equals(Object obj) |
int |
hashCode() |
Vec3 |
mul(float argScalar) |
Vec3 |
mulLocal(float argScalar) |
Vec3 |
negate() |
Vec3 |
negateLocal() |
Vec3 |
set(float argX,
float argY,
float argZ) |
Vec3 |
set(Vec3 vec) |
void |
setZero() |
Vec3 |
sub(Vec3 argVec) |
Vec3 |
subLocal(Vec3 argVec) |
String |
toString() |
public Vec3()
public Vec3(float argX, float argY, float argZ)
public Vec3(Vec3 copy)
Copyright © 2018. All rights reserved.