[name]

A 2d path representation, comprising of points, lines, and cubes, similar to the html5 2d canvas api. It extends CurvePath.

Constructor

[name]([page:todo points])

points -- todo
todo

Properties

.[page:array actions]

todo

Methods

.fromPoints ( vectors )

todo

.moveTo ( x, y )

todo

.lineTo ( x, y )

todo

.quadraticCurveTo ( aCPx, aCPy, aX, aY )

todo

.bezierCurveTo ( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY )

todo

.splineThru ( pts /*Array of Vector*/ )

todo

.arc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )

todo

.absarc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )

todo

.ellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise )

todo

.absellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise )

todo

.toShapes ()

todo

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]