大约有 26 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
...ns void Static TransformNormal TransformNormal(normal: Vector3, transform: Matrix4x4, result: Vector3): void Defined in laya/d3/math/Vector3.ts:204 通过法线矩阵转换一个法线三维向量到另外一个三维向量。 Parameters normal: Vector3 源法线三维向量。 transform: Matrix4x4 ...
来源: Laya3.0_api 发布时间: 20231102
...I DocumentationAll Packages | All Classes | Index | Frames No Frames Matrix4x4Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Matrix4x4InheritanceMatrix4x4 ObjectImplements laya.d3.core.IClone Matrix4x4 类用于创建4x4矩阵。 Public Properties PropertyDefined By...
来源: Laya2.0_api 发布时间: 20190513
...eTo determinant identity invert rotate scale translate transpose createFromMatrix4x4 createFromRotation createFromScaling createFromTranslation createRotationQuaternion forwardLookAt lookAt multiply Constructors constructor new Matrix3x3(createElement?: boolean): Matrix3x3 Defined in laya/d3/math/Ma...
来源: Laya3.0_api 发布时间: 20231102
...eturns void Static transformByM4x4 transformByM4x4(vector4: Vector4, m4x4: Matrix4x4, out: Vector4): void Defined in laya/d3/math/Vector4.ts:144 通过4x4矩阵把一个四维向量转换为另一个四维向量 Parameters vector4: Vector4 带转换四维向量。 m4x4: Matrix4x4 out: Vector4 转换...
来源: Laya3.0_api 发布时间: 20231102
...teX rotateY rotateZ scaling set setValue add createFromAxisAngle createFromMatrix4x4 createFromYawPitchRoll dot forwardLookAt invert lerp lookAt multiply rotationLookAt rotationMatrix slerp Constructors constructor new Quaternion(x?: number, y?: number, z?: number, w?: number): Quaternion Defined in...
来源: Laya3.0_api 发布时间: 20231102
...ateY rotateZ scaling add createFromAxisAngle createFromMatrix3x3 createFromMatrix4x4 createFromYawPitchRoll dot invert lerp lookAt multiply rotationLookAt rotationMatrix slerp Constructors constructor new ConchQuaternion(x?: number, y?: number, z?: number, w?: number, nativeElements?: Float32Array):...
来源: Laya3.0_api 发布时间: 20231102
...Default():voidVector3 transformCoordinate(coordinate:Vector3, transform:Matrix4x4, result:Vector3):void[static] 通过矩阵转换一个三维向量到另外一个归一化的三维向量。 Vector3 TransformNormal(normal:Vector3, transform:Matrix4x4, result:Vector3):void[static] 通过法线...
来源: Laya2.0_api 发布时间: 20190513
...Default():voidVector3 transformCoordinate(coordinate:Vector3, transform:Matrix4x4, result:Vector3):void[static] 通过矩阵转换一个三维向量到另外一个归一化的三维向量。 Vector3 TransformNormal(normal:Vector3, transform:Matrix4x4, result:Vector3):void[static] 通过法线...
来源: laya_api 发布时间: 20170929
... Matrix3x3 cloneTo(destObject:*):void 克隆。 Matrix3x3 createFromMatrix4x4(sou:Matrix4x4, out:Matrix3x3):void[static] 从4x4矩阵转换为一个3x3的矩阵(原则为upper-left,忽略第四行四列) Matrix3x3 createFromRotation(rad:Number, out:Matrix3x3):void[static] 根据指定...
来源: laya_api 发布时间: 20170929
... Matrix3x3 cloneTo(destObject:*):void 克隆。 Matrix3x3 createFromMatrix4x4(sou:Matrix4x4, out:Matrix3x3):void[static] 从4x4矩阵转换为一个3x3的矩阵(原则为upper-left,忽略第四行四列) Matrix3x3 createFromRotation(rad:Number, out:Matrix3x3):void[static] 根据指定...
来源: Laya2.0_api 发布时间: 20190513