convert VB to C#
This commit is contained in:
10
Pilz.Simple3DFileParser/Model/Normal.cs
Normal file
10
Pilz.Simple3DFileParser/Model/Normal.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace Pilz.S3DFileParser
|
||||
{
|
||||
public class Normal
|
||||
{
|
||||
public float X { get; set; } = 0f;
|
||||
public float Y { get; set; } = 0f;
|
||||
public float Z { get; set; } = 0f;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user