a3js API Documentation - v1.3.1
    Preparing search index...

    Class Transform

    3D オブジェクトの位置・回転・拡大率をまとめて保持するクラスです。 Transformer が管理する正式な Transform 情報として使われます。

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    loc: Vec3

    位置(ワールド座標)。

    quat: Quat

    回転(クォータニオン)。

    scale: Vec3

    拡大率(各軸の倍率)。初期値は (1, 1, 1)

    Methods