roslib
    Preparing search index...

    Interface ITransform

    interface ITransform {
        rotation: IQuaternion;
        translation: IVector3;
    }

    Implemented by

    Index

    Properties

    rotation: IQuaternion

    The ROSLIB.Quaternion describing the rotation.

    translation: IVector3

    The ROSLIB.Vector3 describing the translation.