Uses of Interface
georegression.struct.se.SpecialEuclidean

Packages that use SpecialEuclidean
Package
Description
 
  • Uses of SpecialEuclidean in georegression.struct.se

    Classes in georegression.struct.se with type parameters of type SpecialEuclidean
    Modifier and Type
    Interface
    Description
    interface 
    Special Euclidean or rigid body motion is a transform that preserves the norm and cross product between any two vectors.
    Classes in georegression.struct.se that implement SpecialEuclidean
    Modifier and Type
    Class
    Description
    class 
    Special Euclidean transform that has been parameterized with three parameters: translation (x,y) and rotation (yaw).
    class 
    Special Euclidean transform that has been parameterized with three parameters: translation (x,y) and rotation (yaw).
    class 
    A coordinate system transform composed of a rotation and translation.
    class 
    A coordinate system transform composed of a rotation and translation.