C# Класс Meshellator.Viewer.Framework.Rendering.ConversionExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ToColor4 ( this color ) : Color4
ToColorBGRA ( this color ) : ColorBGRA
ToMatrix3D ( this matrix ) : Matrix3D
ToSharpDXMatrix ( this matrix ) : Matrix

Описание методов

ToColor4() публичный статический Метод

public static ToColor4 ( this color ) : Color4
color this
Результат Color4

ToColorBGRA() публичный статический Метод

public static ToColorBGRA ( this color ) : ColorBGRA
color this
Результат ColorBGRA

ToMatrix3D() публичный статический Метод

public static ToMatrix3D ( this matrix ) : Matrix3D
matrix this
Результат Matrix3D

ToSharpDXMatrix() публичный статический Метод

public static ToSharpDXMatrix ( this matrix ) : Matrix
matrix this
Результат Matrix