controlP5
Class CVector3f

java.lang.Object
  extended by controlP5.CVector3f

public class CVector3f
extends java.lang.Object


Field Summary
 float x
           
 float y
           
 float z
           
 
Constructor Summary
CVector3f()
           
CVector3f(CVector3f theVector3f)
           
CVector3f(float theX, float theY, float theZ)
           
 
Method Summary
 void add(CVector3f theVector)
           
 void set(CVector3f theVector)
           
 void set(float theX, float theY)
           
 void set(float theX, float theY, float theZ)
           
 void sub(CVector3f theVector)
           
 java.lang.String toString()
           
 float x()
           
 float y()
           
 float z()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public float x

y

public float y

z

public float z
Constructor Detail

CVector3f

public CVector3f()

CVector3f

public CVector3f(float theX,
                 float theY,
                 float theZ)

CVector3f

public CVector3f(CVector3f theVector3f)
Method Detail

x

public float x()

y

public float y()

z

public float z()

set

public void set(float theX,
                float theY)

set

public void set(CVector3f theVector)

set

public void set(float theX,
                float theY,
                float theZ)

add

public void add(CVector3f theVector)

sub

public void sub(CVector3f theVector)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


processing library controlP5 by Andreas Schlegel. (c) 2010