colladaLoader
Class Line

java.lang.Object
  extended by colladaLoader.Line

public class Line
extends java.lang.Object

Lucerne University of Applied Sciences and Arts http://www.hslu.ch

This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author

Version:
1.0
Author:
Markus Zimmermann http://www.die-seite.ch

Field Summary
 Point3D A
          the Line-Points
 Point3D B
           
 Color colour
          the color of the line
 
Constructor Summary
Line()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

A

public Point3D A
the Line-Points


B

public Point3D B

colour

public Color colour
the color of the line

Constructor Detail

Line

public Line()