Shape

THREE.Shape
class Shape(points: Array[Vector2]) extends Object

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def bezierCurveTo(cp1x: Double, cp1y: Double, cp2x: Double, cp2y: Double, x: Double, y: Double): Shape
def extractPoints(divisions: Int): Object
def getPoints(divisions: Int): Array[Vector2]
def lineTo(x: Double, y: Double): Shape
def moveTo(x: Double, y: Double): Shape
def quadraticCurveTo(cpx: Double, cpy: Double, x: Double, y: Double): Shape

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val holes: Array[Object]
val uuid: String