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

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

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

Methods in us.ihmc.utilities.math.geometry that return FramePlane3d
 FramePlane3d FramePlane3d.applyTransformCopy(javax.media.j3d.Transform3D transformation)
           
 FramePlane3d HeightMapBestFitPlaneCalculator.calculatePlane(FramePoint2d center, double kernelSizeX, double kernelSizeY)
           
 FramePlane3d HeightMapBestFitPlaneCalculator.calculatePlane(FramePoint2d center, double xExtent, double yExtent, InclusionFunction<javax.vecmath.Point3d> kernelMask)
           
 FramePlane3d FramePlane3d.changeFrameCopy(ReferenceFrame desiredFrame)
           
 FramePlane3d FrameBox3d.getFace(Box3d.FaceName faceName)
           
 

Methods in us.ihmc.utilities.math.geometry with parameters of type FramePlane3d
 boolean FramePlane3d.epsilonEquals(FramePlane3d plane, double epsilon)
           
 

Constructors in us.ihmc.utilities.math.geometry with parameters of type FramePlane3d
FramePlane3d(FramePlane3d framePlane3d)