C# Class SharpMath.BoundingSphere

Mostrar archivo Open project: Patapom/GodComplex

Public Properties

Property Type Description
m_Center float3
m_Radius float

Public Methods

Method Description
BoundingSphere ( ) : System
BoundingSphere ( float _X, float _Y, float _Z, float _Radius ) : System
BoundingSphere ( float3 _Center, float _Radius ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

BoundingSphere() public method

public BoundingSphere ( ) : System
return System

BoundingSphere() public method

public BoundingSphere ( float _X, float _Y, float _Z, float _Radius ) : System
_X float
_Y float
_Z float
_Radius float
return System

BoundingSphere() public method

public BoundingSphere ( float3 _Center, float _Radius ) : System
_Center float3
_Radius float
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

m_Center public_oe property

public float3,SharpMath m_Center
return float3

m_Radius public_oe property

public float m_Radius
return float