Uses of Interface
us.ihmc.utilities.math.geometry.FrameShape3d

Packages that use FrameShape3d
us.ihmc.utilities.math.geometry   
 

Uses of FrameShape3d in us.ihmc.utilities.math.geometry
 

Classes in us.ihmc.utilities.math.geometry that implement FrameShape3d
 class FrameBox3d
           
 class FrameCylinder3d
           
 class FrameEllipsoid3d
           
 class FrameRamp3d
           
 class FrameTorus3d
           
 

Methods in us.ihmc.utilities.math.geometry that return FrameShape3d
 FrameShape3d FrameShape3d.applyTransformCopy(javax.media.j3d.Transform3D transform)
          Create a copy of this shape, then apply the given transform to translate and rotate the copy.
 FrameShape3d FrameEllipsoid3d.applyTransformCopy(javax.media.j3d.Transform3D transform)