Uses of Class
com.amalgamasimulation.geometry.geometry3d.Point3D
Packages that use Point3D
-
Uses of Point3D in com.amalgamasimulation.geometry.geometry3d
Methods in com.amalgamasimulation.geometry.geometry3d that return Point3DModifier and TypeMethodDescriptionPoint3D.getCopy()PolylineWithZProfile.getFirstPoint()Returns the first point of the polyline as aPoint3Dinstance.PolylineWithZProfile.getLastPoint()Returns the last point of the polyline as aPoint3Dinstance.IntersectionDescriptor3D.point()Returns the value of thepointrecord component.Methods in com.amalgamasimulation.geometry.geometry3d that return types with arguments of type Point3DModifier and TypeMethodDescriptionPolylineWithZProfile.getInnerPoints()Returns all inner points of the polyline (i.e., points between the first and last) as 3D coordinates.PolylineWithZProfile.getPoints()Returns list of all points of this polyline.Methods in com.amalgamasimulation.geometry.geometry3d with parameters of type Point3DModifier and TypeMethodDescriptiondoublePoint3D.distanceTo(Point3D other) Returns the distance from this point to the specified point.Constructors in com.amalgamasimulation.geometry.geometry3d with parameters of type Point3DModifierConstructorDescriptionIntersectionDescriptor3D(Point3D point, double firstOperandAbsOffset, double secondOperandAbsOffset) Creates an instance of aIntersectionDescriptor3Drecord class.PolylineWithZProfile(Point3D... points) Constructor parameters in com.amalgamasimulation.geometry.geometry3d with type arguments of type Point3DModifierConstructorDescriptionPolylineWithZProfile(List<Point3D> points) Creates a new polyline with z profile from the specified list of 3D points.