Uses of Class
us.ihmc.utilities.math.geometry.FrameBox3d

Packages that use FrameBox3d
com.yobotics.simulationconstructionset.util.environments   
us.ihmc.utilities.math.geometry   
 

Uses of FrameBox3d in com.yobotics.simulationconstructionset.util.environments
 

Methods in com.yobotics.simulationconstructionset.util.environments with parameters of type FrameBox3d
 void ContactableSelectableBoxRobot.getCurrentBox3d(FrameBox3d frameBoxToPack)
           
 

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

Methods in us.ihmc.utilities.math.geometry that return FrameBox3d
 FrameBox3d FrameBox3d.applyTransformCopy(javax.media.j3d.Transform3D transform3D)
           
 FrameBox3d FrameBox3d.changeFrameCopy(ReferenceFrame desiredFrame)
           
 

Methods in us.ihmc.utilities.math.geometry with parameters of type FrameBox3d
 void FrameBox3d.setAndChangeFrame(FrameBox3d other)
           
 

Constructors in us.ihmc.utilities.math.geometry with parameters of type FrameBox3d
FrameBox3d(FrameBox3d other)