Uses of Interface
math.geom3d.Shape3D

Packages that use Shape3D
math.geom3d Spatial geometry toolbox. 
math.geom3d.curve Spatial geometry toolbox. 
math.geom3d.line Spatial geometry toolbox. 
math.geom3d.plane Spatial geometry toolbox. 
math.geom3d.transform Spatial geometry toolbox. 
 

Uses of Shape3D in math.geom3d
 

Classes in math.geom3d that implement Shape3D
 class Point3D
           
 class PointSet3D
           
static class Shape3D.EmptySet3D
           
 

Fields in math.geom3d declared as Shape3D
static Shape3D Shape3D.EMPTY_SET
           
 

Methods in math.geom3d that return Shape3D
 Shape3D PointSet3D.clip(Box3D box)
           
 Shape3D Point3D.clip(Box3D box)
           
 Shape3D Shape3D.clip(Box3D box)
           
 Shape3D Shape3D.EmptySet3D.clip(Box3D box)
           
 Shape3D PointSet3D.transform(AffineTransform3D trans)
           
 Shape3D Shape3D.transform(AffineTransform3D trans)
           
 Shape3D Shape3D.EmptySet3D.transform(AffineTransform3D trans)
           
 

Uses of Shape3D in math.geom3d.curve
 

Subinterfaces of Shape3D in math.geom3d.curve
 interface ContinuousCurve3D
           
 interface Curve3D
          Interface for 3D space curve.
 

Uses of Shape3D in math.geom3d.line
 

Classes in math.geom3d.line that implement Shape3D
 class LineSegment3D
           
 class StraightLine3D
           
 

Methods in math.geom3d.line that return Shape3D
 Shape3D StraightLine3D.clip(Box3D box)
           
 Shape3D LineSegment3D.clip(Box3D box)
           
 

Uses of Shape3D in math.geom3d.plane
 

Classes in math.geom3d.plane that implement Shape3D
 class Plane3D
           
 

Methods in math.geom3d.plane that return Shape3D
 Shape3D Plane3D.clip(Box3D box)
           
 Shape3D Plane3D.transform(AffineTransform3D trans)
           
 

Uses of Shape3D in math.geom3d.transform
 

Methods in math.geom3d.transform that return Shape3D
 Shape3D AffineTransform3D.transform(Shape3D shape)
          Deprecated. shapes are responsible of their transform (0.6.3)
 

Methods in math.geom3d.transform with parameters of type Shape3D
 Shape3D AffineTransform3D.transform(Shape3D shape)
          Deprecated. shapes are responsible of their transform (0.6.3)
 



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