12 lines
116 B
C#
12 lines
116 B
C#
namespace Valve.VR
|
|
{
|
|
public struct HmdVector3_t
|
|
{
|
|
public float v0;
|
|
|
|
public float v1;
|
|
|
|
public float v2;
|
|
}
|
|
}
|