@asc-mitc/fdl — Node.js API
    Preparing search index...

    Interface FramingFromIntentResult

    Result of computeFramingFromIntent().

    interface FramingFromIntentResult {
        anchorPoint: PointFloat;
        dimensions: DimensionsFloat;
        protectionAnchorPoint: PointFloat | null;
        protectionDimensions: DimensionsFloat | null;
    }
    Index

    Properties

    anchorPoint: PointFloat
    dimensions: DimensionsFloat
    protectionAnchorPoint: PointFloat | null
    protectionDimensions: DimensionsFloat | null