Point3D

object Point3D
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Point3D.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(x: Vector[Double], y: Vector[Double], z: Vector[Double], scaleMarkers: Vector[Double], colorMarkers: Vector[Double], keyText: String, xAxis: String, yAxis: String, zAxis: String, name: String, config: Point3DConfig): Point3D
def apply(x: Data, y: Data, z: Data, scaleMarkers: Numerical, colorMarkers: Numerical, keyText: String, xAxis: String, yAxis: String, zAxis: String, name: String): Point3D
def apply(x: Data, y: Data, z: Data, scaleMarkers: Numerical, colorMarkers: Numerical, keyText: String, xAxis: String, yAxis: String, zAxis: String): Point3D
def apply(x: Data, y: Data, z: Data, scaleMarkers: Numerical, colorMarkers: Numerical, keyText: String): Point3D
def apply(x: Data, y: Data, z: Data, scaleMarkers: Numerical, colorMarkers: Numerical): Point3D
def apply(x: Data, y: Data, z: Data, scaleMarkers: Numerical): Point3D
def apply(x: Data, y: Data, z: Data): Point3D