GlobalTransform
GlobalTransform
Overview
GlobalTransform 是一个类在Aspose.3D FOSS for Typescript中.
GlobalTransform.constructor creates a GlobalTransform from a Matrix4.
这个类提供了2种方法,用于在TypeScript程序中使用GlobalTransform对象. 有的方法包括: constructor, toString. 在安装Aspose.3D FOSS for Typescript 包后,所有公众成员都可以访问任何TypeScript应用程序. 特性: eulerAngles, rotation, scale, transformMatrix, translation.
Description
GlobalTransform 是Aspose.3D FOSS库中一个类,该类可用于 TypeScript 进行编程使用.
核心能力包括: vector3; vector3; vector3.这些操作使开发人员能够直接将全球转换功能集成到TypeScript 应用中.
课程还提供了 translation 产品 (得到翻译), scale 产品 (得到规模), eulerAngles 获得了角.
实例通过单个构造器创建,该构成者将对象初始化为默认值.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
translation | Vector3 | Read | 得到翻译. |
scale | Vector3 | Read | 得到了秤. |
eulerAngles | Vector3 | Read | 得到了欧勒角. |
rotation | Quaternion | Read | 得到轮换. |
transformMatrix | Matrix4 | Read | 得到了变形矩阵. |
Methods
| Signature | Description |
|---|---|
constructor(matrix: Matrix4) | 从一个矩阵4创建 GlobalTransform |
toString() → string | 返回变换的字符串表示 |