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 getPaths​(RMPath aPath, float z1, float z2)
      Creates and returns a list of paths in 3D for a given 2D path and extrusion.
      static java.util.List getPaths​(RMPath aPath, float z1, float z2, float strokeWidth)
      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 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 getPaths​(RMPath aPath,
                                              float z1,
                                              float z2,
                                              float 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.