程序包分层结构:
类分层结构
- java.lang.Object
- org.hipparchus.geometry.partitioning.AbstractRegion<S,T> (implements org.hipparchus.geometry.partitioning.Region<S>)
- org.hipparchus.geometry.partitioning.AbstractSubHyperplane<S,T> (implements org.hipparchus.geometry.partitioning.SubHyperplane<S>)
- org.hipparchus.geometry.euclidean.threed.SubPlane
- org.hipparchus.geometry.euclidean.threed.Euclidean3D (implements java.io.Serializable, org.hipparchus.geometry.Space)
- org.hipparchus.geometry.euclidean.threed.Euclidean3DTest
- org.hipparchus.geometry.euclidean.threed.FieldLine<T>
- org.hipparchus.geometry.euclidean.threed.FieldLineTest
- org.hipparchus.geometry.euclidean.threed.FieldRotation<T> (implements java.io.Serializable)
- org.hipparchus.geometry.euclidean.threed.FieldRotationDfpTest
- org.hipparchus.geometry.euclidean.threed.FieldRotationDSTest
- org.hipparchus.geometry.euclidean.threed.FieldVector3D<T> (implements org.hipparchus.util.FieldBlendable<B,T>, java.io.Serializable)
- org.hipparchus.geometry.euclidean.threed.FieldVector3DTest
- org.hipparchus.geometry.euclidean.threed.Line (implements org.hipparchus.geometry.partitioning.Embedding<S,T>)
- org.hipparchus.geometry.euclidean.threed.LineTest
- org.hipparchus.geometry.euclidean.threed.OutlineExtractor
- org.hipparchus.geometry.euclidean.threed.OutlineExtractorTest
- org.hipparchus.geometry.euclidean.threed.Plane (implements org.hipparchus.geometry.partitioning.Embedding<S,T>, org.hipparchus.geometry.partitioning.Hyperplane<S>)
- org.hipparchus.geometry.euclidean.threed.PlaneTest
- org.hipparchus.geometry.euclidean.threed.PLYParser
- org.hipparchus.geometry.euclidean.threed.PolyhedronsSet.BRep
- org.hipparchus.geometry.euclidean.threed.PolyhedronsSetTest
- org.hipparchus.geometry.euclidean.threed.Rotation (implements java.io.Serializable)
- org.hipparchus.geometry.euclidean.threed.RotationOrderTest
- org.hipparchus.geometry.euclidean.threed.RotationTest
- org.hipparchus.geometry.euclidean.threed.Segment
- org.hipparchus.geometry.euclidean.threed.SphereGenerator (implements org.hipparchus.geometry.enclosing.SupportBallGenerator<S,P>)
- org.hipparchus.geometry.euclidean.threed.SphereGeneratorTest
- org.hipparchus.geometry.euclidean.threed.SphericalCoordinates (implements java.io.Serializable)
- org.hipparchus.geometry.euclidean.threed.SphericalCoordinatesTest
- org.hipparchus.geometry.euclidean.threed.SubLine
- org.hipparchus.geometry.euclidean.threed.SubLineTest
- org.hipparchus.geometry.euclidean.threed.Vector3D (implements java.io.Serializable, org.hipparchus.geometry.Vector<S,V>)
- org.hipparchus.geometry.euclidean.threed.Vector3DFormatAbstractTest
- org.hipparchus.geometry.euclidean.threed.Vector3DTest
- org.hipparchus.geometry.VectorFormat<S,V>