translationParameterConversion

scalismo.sampling.parameters.TranslationParameters$.translationParameterConversion$

Attributes

Graph
Supertypes
trait ParameterConversion[(Double, Double, Double), TranslationParameters]
trait ((Double, Double, Double)) => TranslationParameters
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def from(t: TranslationParameters): (Double, Double, Double)

Attributes

Definition Classes
override def to(t: (Double, Double, Double)): TranslationParameters

Attributes

Definition Classes

Inherited methods

def andThen[A](g: TranslationParameters => A): T1 => A

Attributes

Inherited from:
Function1
override def apply(a: (Double, Double, Double)): B

Attributes

Definition Classes
ParameterConversion -> Function1
Inherited from:
ParameterConversion
def compose[A](g: A => (Double, Double, Double)): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1