C# Class Tango.Tango3DReconstruction.APIPose

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

Public Methods

Method Description
FromMatrix4x4 ( Matrix4x4 &matrix ) : APIPose

Initializes the Tango.Tango3DReconstruction+APIPose struct.

Method Details

FromMatrix4x4() public static method

Initializes the Tango.Tango3DReconstruction+APIPose struct.
public static FromMatrix4x4 ( Matrix4x4 &matrix ) : APIPose
matrix UnityEngine.Matrix4x4 Right handed matrix to represent.
return APIPose