C# Класс Tango.TangoSupport.DMatrix4x4

Показать файл Открыть проект

Открытые методы

Метод Описание
DMatrix4x4 ( Matrix4x4 matrix ) : System

Creates a new double-precision matrix from the given single-precision matrix.

ToMatrix4x4 ( ) : Matrix4x4

Returns a single-precision matrix representation of this double-precision matrix.

ToString ( ) : string

Returns a string representation of this matrix.

Описание методов

DMatrix4x4() публичный Метод

Creates a new double-precision matrix from the given single-precision matrix.
public DMatrix4x4 ( Matrix4x4 matrix ) : System
matrix UnityEngine.Matrix4x4 A single-precision matrix.
Результат System

ToMatrix4x4() публичный Метод

Returns a single-precision matrix representation of this double-precision matrix.
public ToMatrix4x4 ( ) : Matrix4x4
Результат UnityEngine.Matrix4x4

ToString() публичный Метод

Returns a string representation of this matrix.
public ToString ( ) : string
Результат string