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

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

Uses of CrossSectionProvider in fr.cnes.sirius.patrius.assembly
 

Methods in fr.cnes.sirius.patrius.assembly that return CrossSectionProvider
 CrossSectionProvider Vehicle.getMainShape()
          Returns the main shape.
 

Methods in fr.cnes.sirius.patrius.assembly with parameters of type CrossSectionProvider
 void Vehicle.setMainShape(CrossSectionProvider shape)
          Set the main vehicle shape.
 

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

Constructors in fr.cnes.sirius.patrius.assembly.properties with parameters of type CrossSectionProvider
AeroCrossSectionProperty(CrossSectionProvider shape)
          Constructor of this property with default value for C_X.
AeroCrossSectionProperty(CrossSectionProvider shape, double dragCoef)
          Constructor of this property giving the drag coef.
AeroCrossSectionProperty(CrossSectionProvider shape, IParamDiffFunction dragCoefFct)
          Constructor of this property defining the drag coef as a IParamDiffFunction.
AeroCrossSectionProperty(CrossSectionProvider shape, Parameter dragCoefFct)
          Constructor of this property defining the drag coef as a IParamDiffFunction.
AeroGlobalProperty(double dragCoef, double liftCoef, CrossSectionProvider shape)
          This constructor shall be used for defining the aero coefficients as constants.
AeroGlobalProperty(IParamDiffFunction dragCoef, IParamDiffFunction liftCoef, CrossSectionProvider shape)
          This constructor shall be used for defining the aero coefficients as ParamDiffFunction.
CrossSectionProviderProperty(CrossSectionProvider geometry)
          Constructor of this property.
RadiativeCrossSectionProperty(CrossSectionProvider shape)
          Constructor of this property defining the vehicle main shape.
 

Uses of CrossSectionProvider in fr.cnes.sirius.patrius.assembly.properties.features
 

Classes in fr.cnes.sirius.patrius.assembly.properties.features that implement CrossSectionProvider
 class Facet
          This class is a cross section provider.
 

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

Classes in org.apache.commons.math3.geometry.euclidean.threed that implement CrossSectionProvider
 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 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.
 



Copyright © 2017 CNES. All Rights Reserved.