public class AxisAngle4f extends Object
Constructor and Description |
---|
AxisAngle4f() |
AxisAngle4f(AxisAngle4f t) |
AxisAngle4f(float[] x) |
AxisAngle4f(float x,
float y,
float z,
float angle) |
AxisAngle4f(Vector3f v,
float angle) |
Modifier and Type | Method and Description |
---|---|
void |
get(AxisAngle4f t) |
void |
get(float[] t) |
void |
set(AxisAngle4f t) |
void |
set(float x,
float y,
float z,
float angle) |
String |
toString() |
public AxisAngle4f()
public AxisAngle4f(float[] x)
public AxisAngle4f(float x, float y, float z, float angle)
public AxisAngle4f(AxisAngle4f t)
public AxisAngle4f(Vector3f v, float angle)
public void set(float x, float y, float z, float angle)
public void set(AxisAngle4f t)
public void get(AxisAngle4f t)
public void get(float[] t)
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.