org.scilab.forge.scirenderer.tranformations
Class Vector4d

java.lang.Object
  extended by org.scilab.forge.scirenderer.tranformations.Vector4d

public class Vector4d
extends java.lang.Object

Author:
Pierre Lando

Constructor Summary
Vector4d(double x, double y, double z, double w)
           
 
Method Summary
 double[] getData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vector4d

public Vector4d(double x,
                double y,
                double z,
                double w)
Method Detail

getData

public double[] getData()