DataElem3D

org.nspl.DataElem3D
See theDataElem3D companion object
case class DataElem3D(data: DataSource, renderers: Seq[DataRenderer3D], matrix: Mat4, originalBounds: Bounds, tx: AffineTransform) extends Renderable[DataElem3D]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def rotate(rad: Double): K

Attributes

Inherited from:
Renderable
def rotate(rad: Double, x: Double, y: Double): K

Attributes

Inherited from:
Renderable
def rotateCenter(rad: Double): K

Attributes

Inherited from:
Renderable
def scale(x: Double, y: Double): K

Attributes

Inherited from:
Renderable
def translate(x: Double, y: Double): K

Attributes

Inherited from:
Renderable