de.rico.engine.geometry.modelloader.threeds
Class Vec3f3DS

java.lang.Object
  extended by de.rico.engine.geometry.modelloader.threeds.Vec3f3DS

public class Vec3f3DS
extends java.lang.Object

Basic loader technology found at the joglutils project: https://joglutils.dev.java.net/

Author:
joglutils project (changes and additions by Frank Bruns)

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

x

public float x

y

public float y

z

public float z
Constructor Detail

Vec3f3DS

public Vec3f3DS()

Vec3f3DS

public Vec3f3DS(float _x,
                float _y,
                float _z)

Vec3f3DS

public Vec3f3DS(Vec3f3DS v)