Uses of Class
construction.Segment

Packages that use Segment
construction Paket zur Konstruktion von virtuelle Räume.  
 

Uses of Segment in construction
 

Methods in construction with parameters of type Segment
 void Segment.set(Segment other)
          Setzt die Werte dieses Segments auf die Werte von other.
 int Segment.getCrossInfo(Segment other, float epsilon, float[] scaleFactor, javax.vecmath.Point3f point)
          Liefert Informationen über den Schnitt zweier Segmente.