scalismo.transformations.Rotation
See theRotation companion object D-dimensional Rotation transform that is parametric, invertible and differentiable.
Attributes
- Companion:
- object
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Known subtypes
Members list
Concise view
Value members
Attributes
- Definition Classes
Attributes
- Inherited from:
- Field
Attributes
- Inherited from:
- Field
Attributes
- Inherited from:
- Field
Attributes
- Inherited from:
- Field
Attributes
- Definition Classes
- Inherited from:
- Field
The value of the image at a given point. if an image is accessed outside of its definition, an exception is thrown
The value of the image at a given point. if an image is accessed outside of its definition, an exception is thrown
Attributes
- Definition Classes
- Inherited from:
- Field
Attributes
- Inherited from:
- Function1
Derivative of the transform evaluated at a point
Attributes
- Inherited from:
- Field
Attributes
- Inherited from:
- Field
Attributes
- Inherited from:
- Field
True if the image is defined at the given point
True if the image is defined at the given point
Attributes
- Inherited from:
- Field
Lifts the definition of the value function such that it is defined everywhere, but yields none if the value is
outside of the domain
Lifts the definition of the value function such that it is defined everywhere, but yields none if the value is
outside of the domain
Attributes
- Inherited from:
- Field
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