Bitbybit Docs
    Preparing search index...

    Class TransformDto<T> (Inputs.Manifold)

    用于 manifold.transforms.transform 的实体和 4x4 矩阵。

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    manifold: T

    要变换的实体。

    transform: TransformMatrix

    由 16 个数值组成的列主序 4x4 矩阵;平移位于索引 12 到 14。

    undefined