Watch
2
0
Fork
You've already forked raylib-cs
0

More reorganizing

This commit is contained in:
Rgebee 2022-02-12 12:40:33 +00:00
commit 6871808581
4 changed files with 67 additions and 57 deletions

View file

@ -4,28 +4,6 @@ using System.Runtime.InteropServices;
namespace Raylib_cs
{
/// <summary>
/// Transform, vectex transformation data
/// </summary>
[StructLayout(LayoutKind.Sequential)]
public partial struct Transform
{
/// <summary>
/// Translation
/// </summary>
public Vector3 translation;
/// <summary>
/// Rotation
/// </summary>
public Vector4 rotation;
/// <summary>
/// Scale
/// </summary>
public Vector3 scale;
}
/// <summary>
/// Vertex data definning a mesh<br/>
/// NOTE: Data stored in CPU memory (and GPU)