An open API service indexing awesome lists of open source software.

https://github.com/xclud/system-numerics-geometry


https://github.com/xclud/system-numerics-geometry

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Intro
An extension library for System.Numerics namespace adding common XNA/MonoGame/SharpDX classes to the namespace.

Nuget: [https://www.nuget.org/packages/Geometry](https://www.nuget.org/packages/Geometry)

## Classes

- BoundingBox
- BoundingFrustum
- BoundingSphere
- Ray
- PlaneIntersectionType
- ContainmentType

## Nuget

Install the package by either of the following commands:

```Install-Package Geometry```

```dotnet add package Geometry```

[https://www.nuget.org/packages/Geometry](https://www.nuget.org/packages/Geometry)