roslib
    Preparing search index...

    Class Vector3

    A 3D vector.

    Implements

    Index

    Constructors

    Properties

    x y z

    Methods

    Constructors

    Properties

    x: number

    The x value.

    y: number

    The y value.

    z: number

    The z value.

    Methods

    • Set the values of this vector to the difference of itself and the given vector.

      Parameters

      • v: IVector3

        The vector to subtract with.

      Returns void