Bitbybit Docs
    Preparing search index...

    Class ManifoldWarpDto<T> (Inputs.Manifold)

    A solid and a function for manifold.transforms.warp.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalmanifold: T
      • OptionalwarpFunc: (vert: Vector3) => void

      Returns ManifoldWarpDto<T>

    Properties

    manifold: T

    The solid to warp.

    warpFunc: (vert: Vector3) => void

    A function that receives each vertex position and changes it in place.

    undefined