interface IFactorValues {
    angle: number;
    length: number;
}

Properties

Properties

angle: number
length: number