C# Class Tango.Tango3DReconstruction.APIPose

Afficher le fichier Open project: stetro/project-tango-poc

Méthodes publiques

Méthode Description
FromMatrix4x4 ( Matrix4x4 &matrix ) : APIPose

Initializes the Tango.Tango3DReconstruction+APIPose struct.

Method Details

FromMatrix4x4() public static méthode

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