Cylindrical

@native @JSImport("three", "Cylindrical") @JSType class Cylindrical extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

def this(radius: UndefOr[Double], theta: UndefOr[Double], y: UndefOr[Double])

Concrete methods

@JSName("clone")
def set(radius: Double, theta: Double, y: Double): Cylindrical
def setFromCartesianCoords(x: Double, y: Double, z: Double): Cylindrical

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var radius: Double
var theta: Double
var y: Double