Interface AsukaParametricVectorExpression

interface AsukaParametricVectorExpression {
    x?: AsukaParametricValue;
    y?: AsukaParametricValue;
    z?: AsukaParametricValue;
}

Properties

Properties