Packages

  • package root
    Definition Classes
    root
  • package scalation
    Definition Classes
    root
  • package columnar_db

    The columar_db package contains classes, traits and objects for columnar relational database, where columns are vectors from the linalgebra package.

    The columar_db package contains classes, traits and objects for columnar relational database, where columns are vectors from the linalgebra package. Basic type definitions are given.

    Definition Classes
    scalation
  • package graph_db

    The graph_db package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs.

    The graph_db package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs. It provides an implicit conversion when needed for converting doubles to vectors.

    Definition Classes
    scalation
  • package graphalytics

    The graphalytics package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs.

    The graphalytics package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs. It provides an implicit conversion when needed for converting doubles to vectors.

    Definition Classes
    scalation
  • package image

    The image package contains classes, traits and objects for image processing and computer vision.

    The image package contains classes, traits and objects for image processing and computer vision.

    Definition Classes
    scalation
  • package scala3d

    The scala3d package contains classes, traits and objects for for simple 3D graphics in scala, based upon javafx.

    The scala3d package contains classes, traits and objects for for simple 3D graphics in scala, based upon javafx. Its package object contains type aliases for 'javafx.geometry.Point3D' and all subclasses of 'javafx.scene.shape.Shape3D'.

    Definition Classes
    scalation
  • Line3D
  • Line3DHelper
  • Line3DTest
  • Line3Dend
  • MoleculeSampleApp
  • PerspectiveCamera
  • PhongMaterial
  • Point3D_O
  • RotateOrder
  • Xform
  • package spatial
    Definition Classes
    scalation
p

scalation

scala3d

package scala3d

The scala3d package contains classes, traits and objects for for simple 3D graphics in scala, based upon javafx. Its package object contains type aliases for 'javafx.geometry.Point3D' and all subclasses of 'javafx.scene.shape.Shape3D'.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scala3d
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Line3D extends Cylinder

    The Line3D class ...

  2. case class Line3DHelper() extends Application with Product with Serializable

    The Line3DHelper class ...

  3. class Line3Dend extends Line3D

    The Line3Dend class ...

  4. class MoleculeSampleApp extends Application

    The MoleculeSampleApp class illustrates the creation of 3D objects (a representation of a Hydrogen molecule) as well as how to rotate them using the mouse.

    The MoleculeSampleApp class illustrates the creation of 3D objects (a representation of a Hydrogen molecule) as well as how to rotate them using the mouse. It support the following keyboard commands as well: 'V' toggles the visibility of the Hydrogen molecule, 'X' toggles the visibility of the coordinate axes, 'Z' restores original locations.

  5. class Xform extends Group

    The Xform class supports custom transforms (Translate, Rotate and Scale).

Value Members

  1. object Line3DTest

    The Line3DTest object is used to test the Line3D class.

    The Line3DTest object is used to test the Line3D class. > runMain scalation.scala3d.Line3DTest

  2. object MoleculeSampleApp

    The MoleculeSampleApp object is used to launch the javafx application.

  3. object PerspectiveCamera

    The PerspectiveCamera object provides factory methods for building cameras.

  4. object PhongMaterial

    The PhongMaterial object provides factory methods for building materials shaded according the Phong reflection model.

  5. object Point3D_O

    The Point3D_O object supplies factory methods for Point3D.

  6. object RotateOrder extends Enumeration

    The RotateOrder object enumerates possible rotation orders, e.g., XYZ mean rotate on x-axis, then y-axis and then on z-axis.

Inherited from AnyRef

Inherited from Any

Ungrouped