Uses of Package
org.apache.commons.math3.geometry.euclidean.threed

Packages that use org.apache.commons.math3.geometry.euclidean.threed
org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components. 
 

Classes in org.apache.commons.math3.geometry.euclidean.threed used by org.apache.commons.math3.geometry.euclidean.threed
CardanEulerSingularityException
          This class represents exceptions thrown while extractiong Cardan or Euler angles from a rotation.
Euclidean3D
          This class implements a three-dimensional space.
Line
          The class represent lines in a three dimensional space.
NotARotationMatrixException
          This class represents exceptions thrown while building rotations from matrices.
Plane
          The class represent planes in a three dimensional space.
PolyhedronsSet
          This class represents a 3D region: a set of polyhedrons.
Rotation
          This class implements rotations in a three-dimensional space.
RotationOrder
          This class is a utility representing a rotation order specification for Cardan or Euler angles specification.
Segment
          Simple container for a two-points segment.
SubLine
          This class represents a subset of a Line.
SubPlane
          This class represents a sub-hyperplane for Plane.
Vector3D
          This class implements vectors in a three-dimensional space.
Vector3DFormat
          Formats a 3D vector in components list format "{x; y; z}".
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.