C# Class Meshellator.Viewer.Framework.Rendering.ConversionExtensions

Afficher le fichier Open project: tgjones/meshellator

Méthodes publiques

Méthode Description
ToColor4 ( this color ) : Color4
ToColorBGRA ( this color ) : ColorBGRA
ToMatrix3D ( this matrix ) : Matrix3D
ToSharpDXMatrix ( this matrix ) : Matrix

Method Details

ToColor4() public static méthode

public static ToColor4 ( this color ) : Color4
color this
Résultat Color4

ToColorBGRA() public static méthode

public static ToColorBGRA ( this color ) : ColorBGRA
color this
Résultat ColorBGRA

ToMatrix3D() public static méthode

public static ToMatrix3D ( this matrix ) : Matrix3D
matrix this
Résultat Matrix3D

ToSharpDXMatrix() public static méthode

public static ToSharpDXMatrix ( this matrix ) : Matrix
matrix this
Résultat Matrix