6 lines
85 B
C#
6 lines
85 B
C#
|
public struct Point3f
|
||
|
{
|
||
|
public float X;
|
||
|
public float Y;
|
||
|
public float Z;
|
||
|
}
|