Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SVGResultPaths

Svgresult paths

Hierarchy

Index

Constructors

constructor

Properties

color

color: I3JS.Color
default

new THREE.Color()

currentPath

currentPath: any

The current Path that is being generated.

default

null

subPaths

subPaths: any[]

Array of Paths.

default

[]

type

type: string
default

'ShapePath'

Optional userData

userData?: {}

Type declaration

  • [key: string]: any

Methods

bezierCurveTo

  • bezierCurveTo(aCP1x: number, aCP1y: number, aCP2x: number, aCP2y: number, aX: number, aY: number): SVGResultPaths

lineTo

moveTo

quadraticCurveTo

  • quadraticCurveTo(aCPx: number, aCPy: number, aX: number, aY: number): SVGResultPaths

splineThru

toShapes

  • toShapes(isCCW: boolean, noHoles?: boolean): I3JS.Shape[]

Generated using TypeDoc