Uses of Class
com.amalgamasimulation.geometry.geometry3d.PolylineWithZProfile
Packages that use PolylineWithZProfile
-
Uses of PolylineWithZProfile in com.amalgamasimulation.geometry.geometry3d
Methods in com.amalgamasimulation.geometry.geometry3d that return PolylineWithZProfileModifier and TypeMethodDescriptionPolylineWithZProfile.getParallelPolyline(double distance) Returns a parallel XY path, retaining the elevation of each corresponding vertex.PolylineWithZProfile.getReversed()Returns a polyline with the order of its 3D points reversed.PolylineWithZProfile.getSimplified()Simplifies this polyline by removing consecutive points that do not change either its direction in the XY-plane or the rate of change of its Z-profile.PolylineWithZProfile.getSubPolylineByAbsOffsets(double start, double end) Returns the part of this polyline between two offsets along the XY path.Methods in com.amalgamasimulation.geometry.geometry3d that return types with arguments of type PolylineWithZProfileModifier and TypeMethodDescriptionPolylineWithZProfile.splitAtAbsOffsets(List<Double> absOffsets) Splits this polyline into sub-polylines at the specified absolute offsets measured along the XY-plane.Methods in com.amalgamasimulation.geometry.geometry3d with parameters of type PolylineWithZProfileModifier and TypeMethodDescriptionPolylineWithZProfile.getAllIntersections(PolylineWithZProfile other) Returns all intersection descriptors between this polyline and the specified polyline, where both XY intersection and equal z are present at the same offsets.