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

Show file Open project: tgjones/meshellator

Public Methods

Method Description
ToColor4 ( this color ) : Color4
ToColorBGRA ( this color ) : ColorBGRA
ToMatrix3D ( this matrix ) : Matrix3D
ToSharpDXMatrix ( this matrix ) : Matrix

Method Details

ToColor4() public static method

public static ToColor4 ( this color ) : Color4
color this
return Color4

ToColorBGRA() public static method

public static ToColorBGRA ( this color ) : ColorBGRA
color this
return ColorBGRA

ToMatrix3D() public static method

public static ToMatrix3D ( this matrix ) : Matrix3D
matrix this
return Matrix3D

ToSharpDXMatrix() public static method

public static ToSharpDXMatrix ( this matrix ) : Matrix
matrix this
return Matrix