12 lines
154 B
C#
12 lines
154 B
C#
namespace Valve.VR
|
|
{
|
|
public struct IntersectionMaskCircle_t
|
|
{
|
|
public float m_flCenterX;
|
|
|
|
public float m_flCenterY;
|
|
|
|
public float m_flRadius;
|
|
}
|
|
}
|