Class SCNPlane

    • Method Detail

      • getWidth

        public double getWidth()
      • setWidth

        public void setWidth​(double v)
      • getHeight

        public double getHeight()
      • setHeight

        public void setHeight​(double v)
      • getWidthSegmentCount

        public long getWidthSegmentCount()
      • setWidthSegmentCount

        public void setWidthSegmentCount​(long v)
      • getHeightSegmentCount

        public long getHeightSegmentCount()
      • setHeightSegmentCount

        public void setHeightSegmentCount​(long v)
      • getCornerRadius

        public double getCornerRadius()
      • setCornerRadius

        public void setCornerRadius​(double v)
      • getCornerSegmentCount

        public long getCornerSegmentCount()
      • setCornerSegmentCount

        public void setCornerSegmentCount​(long v)
      • create

        public static SCNPlane create​(double width,
                                      double height)