SmoothLinear

final case
class SmoothLinear(near: Int, far: Int) extends Falloff

A big smooth circle of light that falls to zero at the "far" distance.

Companion
object
trait Serializable
trait Product
trait Equals
trait Falloff
class Object
trait Matchable
class Any

Value members

Concrete methods

def withFar(newFar: Int): SmoothLinear
def withNear(newNear: Int): SmoothLinear
def withRange(newNear: Int, newFar: Int): SmoothLinear

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product