Packages

p

axle

scene

package scene

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Color(red: Float, green: Float, blue: Float) extends Product with Serializable
  2. case class Cube[N](length: UnittedQuantity[Distance, N], color: Color) extends Product with Serializable
  3. case class MultiColorCube[N](length: UnittedQuantity[Distance, N], topColor: Color, bottomColor: Color, frontColor: Color, backColor: Color, leftColor: Color, rightColor: Color) extends Product with Serializable
  4. case class MultiColorPyramid[N](length: UnittedQuantity[Distance, N], c1: Color, c2: Color, c3: Color) extends Product with Serializable
  5. case class Pyramid[N](length: UnittedQuantity[Distance, N], color: Color) extends Product with Serializable
  6. case class Quad[N](width: UnittedQuantity[Distance, N], height: UnittedQuantity[Distance, N], color: Color) extends Product with Serializable
  7. case class Sphere[N](radius: UnittedQuantity[Distance, N], slices: Int, stacks: Int, color: Color) extends Product with Serializable
  8. case class TexturedCube[N](length: UnittedQuantity[Distance, N], reflectionColor: Color, textureUrl: URL, textureExtension: String) extends Product with Serializable
  9. case class TexturedSphere[N](radius: UnittedQuantity[Distance, N], slices: Int, stacks: Int, reflectionColor: Color, textureUrl: URL, textureExtension: String) extends Product with Serializable
  10. case class TriColorTriangle[N](length: UnittedQuantity[Distance, N], c1: Color, c2: Color, c3: Color) extends Product with Serializable
  11. case class Triangle[N](length: UnittedQuantity[Distance, N], color: Color) extends Product with Serializable

Value Members

  1. object Color extends Serializable

Ungrouped