Class RMPath3DUtils


  • public class RMPath3DUtils
    extends java.lang.Object
    Helper methods for the RMPath3D class.
    • Constructor Summary

      Constructors 
      Constructor Description
      RMPath3DUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<RMPath3D> getPaths​(RMPath aPath, double z1, double z2, double strokeWidth)
      Creates and returns a list of paths in 3D for a given 2D path and extrusion.
      static java.util.List<RMPath3D> getPaths​(RMPath aPath, float z1, float z2)
      Creates and returns a list of paths in 3D for a given 2D path and extrusion.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RMPath3DUtils

        public RMPath3DUtils()
    • Method Detail

      • getPaths

        public static java.util.List<RMPath3D> getPaths​(RMPath aPath,
                                                        float z1,
                                                        float z2)
        Creates and returns a list of paths in 3D for a given 2D path and extrusion.
      • getPaths

        public static java.util.List<RMPath3D> getPaths​(RMPath aPath,
                                                        double z1,
                                                        double z2,
                                                        double strokeWidth)
        Creates and returns a list of paths in 3D for a given 2D path and extrusion. Also can take into account the width of a stroke applied to the side (extrusion) panels.