Interface IGoal

interface IGoal {
    pose: ITransform;
    worldToLocal: ITransform;
}

Properties

Properties

worldToLocal: ITransform

Generated using TypeDoc