org.sourceforge.jvb3d.Loader
Class Surface

java.lang.Object
  extended by org.sourceforge.jvb3d.Loader.Surface

public class Surface
extends java.lang.Object

Author:
Łukasz Krzyżak Klasa reprezentuje powierzchnię

Field Summary
protected static double epsilon
           
 
Constructor Summary
Surface(javax.vecmath.Point3d[] coords, java.lang.String ID)
          konstruktor nowej powierzchni
 
Method Summary
 void cutOpening(javax.vecmath.Point3d[] coords)
          funkcja powoduje wycięcie otworu w powierzchni.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

epsilon

protected static final double epsilon
See Also:
Constant Field Values
Constructor Detail

Surface

public Surface(javax.vecmath.Point3d[] coords,
               java.lang.String ID)
konstruktor nowej powierzchni

Parameters:
coords - tablica współrzędnych powierzchni (4 punkty)
ID - string identyfikujący powierzchnię
Method Detail

cutOpening

public void cutOpening(javax.vecmath.Point3d[] coords)
funkcja powoduje wycięcie otworu w powierzchni. powoduje odpowiednie podzielenie istniejących podpowierzchni na mniejsze.

Parameters:
coords - współrzędne otworu


Copyright © 2004-2005 Akademia Górniczo-Hutnicza w Krakowie. All Rights Reserved.