|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.rico.engine.geometry.modelloader.threeds.Vec3f3DS
public class Vec3f3DS
Basic loader technology found at the joglutils project: https://joglutils.dev.java.net/
Field Summary | |
---|---|
float |
x
|
float |
y
|
float |
z
|
Constructor Summary | |
---|---|
Vec3f3DS()
|
|
Vec3f3DS(float _x,
float _y,
float _z)
|
|
Vec3f3DS(Vec3f3DS v)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float x
public float y
public float z
Constructor Detail |
---|
public Vec3f3DS()
public Vec3f3DS(float _x, float _y, float _z)
public Vec3f3DS(Vec3f3DS v)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |