RotationSpace3D

scalismo.transformations.RotationSpace3D
See theRotationSpace3D companion object
case class RotationSpace3D(center: Point[_3D]) extends RotationSpace[_3D]

Attributes

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

Members list

Concise view

Type members

Inherited types

override type T[D] = Rotation[D]

Attributes

Inherited from:
RotationSpace

Value members

Concrete methods

Returns a rotation transform corresponding to the given parameters.

Returns a rotation transform corresponding to the given parameters.

Rotation parameters for _2D : a scalar indicating the rotation angle in radians Rotation parameters for _3D : Euler angles in x-convention (rotation around Z axis first, around Y axis second, around X axis third)

Attributes

Definition Classes

Inherited methods

returns identity transformation)

returns identity transformation)

Attributes

Definition Classes
Inherited from:
RotationSpace
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Deprecated and Inherited methods

Attributes

Deprecated
true
Inherited from:
TransformationSpace

Concrete fields

override val domain: Domain[_3D]