C# Class Tango.TangoSupport.DMatrix4x4

Show file Open project: stetro/project-tango-poc

Public Methods

Method Description
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.

Method Details

DMatrix4x4() public method

Creates a new double-precision matrix from the given single-precision matrix.
public DMatrix4x4 ( Matrix4x4 matrix ) : System
matrix UnityEngine.Matrix4x4 A single-precision matrix.
return System

ToMatrix4x4() public method

Returns a single-precision matrix representation of this double-precision matrix.
public ToMatrix4x4 ( ) : Matrix4x4
return UnityEngine.Matrix4x4

ToString() public method

Returns a string representation of this matrix.
public ToString ( ) : string
return string