Interface IOrientedObject

方位对象

interface IOrientedObject {
    position: IPoint;
    rotation: IRotation;
}

Properties

Properties

position: IPoint

位置

rotation: IRotation

角度

Generated using TypeDoc