Info
Version: | 0.9.8 |
Author(s): | Philip Trettner |
Last Update: | Wednesday, June 29, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Philip-Trettner/GlmSharp |
NuGet Url: | https://www.nuget.org/packages/GlmSharp |
Install
Install-Package GlmSharp
dotnet add package GlmSharp
paket add GlmSharp
GlmSharp Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
Supported types: vec2, vec3, vec4, quat, mat2, mat3, mat4, non-quadratic mats.
Supported base types: int, uint, long, float, double, decimal, complex, long, bool, generic T.
Supports swizzling, operator overloads, numerous functions.
Supports serialization and marshalling.
The naming and behavior is inspired by the excellent OpenGL Mathematics lib by Christophe Riccio.
This library is MIT-licensed.