Bitbybit Docs
    Preparing search index...

    Class TransformsForPointsDto (Inputs.Point)

    用于 point.transformsForPoints 的点和每个点各自的变换;两个列表的长度必须相同。

    Index

    Constructors

    Properties

    Constructors

    Properties

    points: Point3[]

    要变换的点,数量与变换数量相同;结果保持其顺序。

    undefined
    
    transformation: TransformMatrixes[]

    每个点一个变换,顺序相同;每个可以是一个矩阵或按顺序应用的矩阵列表。

    undefined