Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fudaa.ebli.volume.controles
Class TrajectoireCamera  view TrajectoireCamera download TrajectoireCamera.java

java.lang.Object
  extended byorg.fudaa.ebli.volume.controles.TrajectoireCamera

public class TrajectoireCamera
extends java.lang.Object

Version:
$Revision: 1.3 $ $Date: 2001/09/11 15:29:22 $ by $Author: deniger $

Field Summary
(package private)  Transform3D axe_
           
(package private)  BranchGroup bg_
           
(package private)  boolean boucle_
           
(package private)  Quat4f[] directions_
           
(package private)  int nbCles_
           
(package private)  int nbCycles_
           
(package private)  Point3f[] positions_
           
(package private)  float[] pourcentAtIndex_
           
(package private)  int temps_
           
(package private)  RotPosPathInterpolator trajectoire_
           
(package private)  org.fudaa.ebli.volume.BUnivers univers_
           
 
Constructor Summary
TrajectoireCamera(int _nbCles, org.fudaa.ebli.volume.BUnivers _u, boolean _boucle, int _temps, int _nbCycles)
           
 
Method Summary
 void addCle(int _index, float _pourcent, Point3f _position, Quat4f _direction)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nbCles_

int nbCles_

pourcentAtIndex_

float[] pourcentAtIndex_

positions_

Point3f[] positions_

directions_

Quat4f[] directions_

univers_

org.fudaa.ebli.volume.BUnivers univers_

boucle_

boolean boucle_

trajectoire_

RotPosPathInterpolator trajectoire_

temps_

int temps_

nbCycles_

int nbCycles_

axe_

Transform3D axe_

bg_

BranchGroup bg_
Constructor Detail

TrajectoireCamera

public TrajectoireCamera(int _nbCles,
                         org.fudaa.ebli.volume.BUnivers _u,
                         boolean _boucle,
                         int _temps,
                         int _nbCycles)
Method Detail

addCle

public void addCle(int _index,
                   float _pourcent,
                   Point3f _position,
                   Quat4f _direction)

start

public void start()

stop

public void stop()