SmoothQuadratic

indigo.shared.scenegraph.Falloff.SmoothQuadratic
See theSmoothQuadratic companion object
final case class SmoothQuadratic(near: Int, far: Int) extends Falloff

A smooth circle of light that decays pleasingly to zero at the "far" distance.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Falloff
class Object
trait Matchable
class Any
Show all

Members list

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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product