Uses of Interface
org.apache.commons.math3.geometry.euclidean.threed.SolidShape

Packages that use SolidShape
fr.cnes.sirius.patrius.assembly.properties   
org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components. 
 

Uses of SolidShape in fr.cnes.sirius.patrius.assembly.properties
 

Methods in fr.cnes.sirius.patrius.assembly.properties that return SolidShape
 SolidShape GeometricProperty.getShape()
           
 

Constructors in fr.cnes.sirius.patrius.assembly.properties with parameters of type SolidShape
GeometricProperty(SolidShape solidShape)
          Constructor
 

Uses of SolidShape in org.apache.commons.math3.geometry.euclidean.threed
 

Subinterfaces of SolidShape in org.apache.commons.math3.geometry.euclidean.threed
 interface Cone
           This interface extends the solid shape for the particular case of cones.
 interface Cylinder
           This interface extends the solid shape for the particular case of cylinders.
 interface IEllipsoid
           Interface for Ellipsoid objects.
 

Classes in org.apache.commons.math3.geometry.euclidean.threed that implement SolidShape
 class AbstractEllipse
           This is an abstract describing class for an ellipse in 3D space, with some algorithm to compute intersections and distances to some other objects.
 class Disk
          Implements a representation of a disk.
 class Ellipse
           This is a describing class for an ellipse in 3D space, with some algorithm to compute intersections and distances to some other objects.
 class Ellipsoid
           This is the Ellipsoid (also called Revolved Ellipsoid) class.This class cannot represent all ellipsoid objects.
 class EllipticCone
           This is a describing class for a 3D oblique circular cone ended by a plane normal to its axis, with some algorithm to compute intersections and distances to some other objects.
 class EllipticCylinder
           This is a describing class for a 3D oblique circular cylinder ended by two planes normal to its axis, with some algorithm to compute intersections and distances to some other objects.
 class Parallelepiped
           This is a describing class for a rectangle parallelepiped shape, with some algorithm to compute intersections and distances to some other objects.
 class Plate
           This is a describing class for a 3D rectangle plate shape, with some algorithm to compute intersections and distances to some other objects.
 class RectangleCone
           This is a describing class for a 3D rectangle cone ended by a plane normal to its axis (pyramid), with some algorithm to compute intersections and distances to some other objects.
 class RightCircularCone
           This is a describing class for a 3D right circular cone ended by a plane normal to its axis, with some algorithm to compute intersections and distances to some other objects.
 class RightCircularCylinder
           This is a describing class for a 3D right circular cylinder ended by two planes normal to its axis, with some algorithm to compute intersections and distances to some other objects.
 class Sphere
           This is a describing class for a 3D spherical shape, with some algorithm to compute intersections and distances to some other objects.
 class SphericalCap
          Implements a representation of a spherical cap solid.
 class Spheroid
           This is the Spheroid (also called Revolved Ellipsoid) class.
 



Copyright © 2017 CNES. All Rights Reserved.