SmoothQuadratic

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

A smooth circle of light that decays pleasingly 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): SmoothQuadratic
def withNear(newNear: Int): SmoothQuadratic
def withRange(newNear: Int, newFar: Int): SmoothQuadratic

Inherited methods

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