Package org.jbox2d.common
Class Vec3
java.lang.Object
org.jbox2d.common.Vec3
- All Implemented Interfaces:
Serializable
- Author:
- Daniel Murphy
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()static Vec3static voidcrossToOut(Vec3 a, Vec3 b, Vec3 out) static voidcrossToOutUnsafe(Vec3 a, Vec3 b, Vec3 out) static floatbooleaninthashCode()mul(float argScalar) mulLocal(float argScalar) negate()set(float argX, float argY, float argZ) voidsetZero()
-
Field Details
-
x
public float x -
y
public float y -
z
public float z
-
-
Constructor Details
-
Vec3
public Vec3() -
Vec3
public Vec3(float argX, float argY, float argZ) -
Vec3
-
-
Method Details