Bitbybit Docs
    Preparing search index...

    Class TwoManifoldsDto<T> (Inputs.Manifold)

    用于 manifold.booleans 的成对方法的两个实体。

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalmanifold1: T
      • Optionalmanifold2: T

      Returns TwoManifoldsDto<T>

    Properties

    manifold1: T

    第一个实体;对于减运算,是被切割的那个。

    manifold2: T

    第二个实体;对于减运算,是用来切割的那个。