- Add Pilz.Drawing.Drawing3D.OpenGLFactory - Fix small bugs in Pilz.UI.PaintingControl
6 lines
141 B
VB.net
6 lines
141 B
VB.net
Public Class Vertex
|
|
Public Property X As Double = 0
|
|
Public Property Y As Double = 0
|
|
Public Property Z As Double = 0
|
|
End Class
|