Uncertainty

scalismo.ui.model.properties.Uncertainty
See theUncertainty companion object
case class Uncertainty(axes: List[EuclideanVector[_3D]], sigmas: List[Double])

Attributes

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

Members list

Value members

Concrete methods

def rotationMatrix: SquareMatrix[_3D]
def toMultivariateNormalDistribution: MultivariateNormalDistribution

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product