Bitbybit Docs
    Preparing search index...

    Class CrossSectionWarpDto<T> (Inputs.Manifold)

    A cross-section and a function for crossSection.transforms.warp.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    crossSection: T

    The outline to warp.

    warpFunc: (vert: Vector2) => void

    A function that receives each 2D point and changes it in place.

    undefined