C# Класс Myre.Extensions.BoundingSphereExtensions

A static class containing extension methods for the Microsoft.Xna.Framework.BoundingSphere struct.
Показать файл Открыть проект

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

Метод Описание
Transform ( this sphere, Matrix &m ) : SwizzleMyVectors.Geometry.BoundingSphere

Transformes the BoundingSphere with a specified Matrix.

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

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

Transformes the BoundingSphere with a specified Matrix.
public static Transform ( this sphere, Matrix &m ) : SwizzleMyVectors.Geometry.BoundingSphere
sphere this The rectangle to transform.
m Matrix The matrix with which to do the transformation.
Результат SwizzleMyVectors.Geometry.BoundingSphere