SteeringStuff
Class SteeringRay

Package class diagram package SteeringRay
java.lang.Object
  extended by SteeringStuff.SteeringRay

public class SteeringRay
extends Object

This class provides the data of one ray.

Author:
Marki

Field Summary
 javax.vecmath.Vector3d direction
           
 String id
           
 int length
           
 
Constructor Summary
SteeringRay(String id, javax.vecmath.Vector3d direction, int length)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

direction

public javax.vecmath.Vector3d direction

length

public int length
Constructor Detail

SteeringRay

public SteeringRay(String id,
                   javax.vecmath.Vector3d direction,
                   int length)


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.