Type alias AlignedAxisOptions

AlignedAxisOptions: InterpolatablePropertyOptions & {
    reference?: ReferenceValue;
    unitCartesian?: UnitCartesian3Value;
    velocityReference?: VelocityReferenceValue;
}

Type declaration