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

Quick Search    Search Deep

org.vrspace.vrmlclient
Interface MovementListener  view MovementListener download MovementListener.java

All Known Implementing Classes:
VRSpaceIntro

public interface MovementListener


Method Summary
 void rotate(float x, float y, float z, float angle)
           
 void translate(float x, float y, float z)
           
 

Method Detail

rotate

public void rotate(float x,
                   float y,
                   float z,
                   float angle)

translate

public void translate(float x,
                      float y,
                      float z)