https://github.com/xclud/system-numerics-geometry
https://github.com/xclud/system-numerics-geometry
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xclud/system-numerics-geometry
- Owner: xclud
- Created: 2018-08-01T10:40:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T11:55:21.000Z (almost 8 years ago)
- Last Synced: 2025-04-25T12:54:42.477Z (about 1 year ago)
- Language: C#
- Size: 24.4 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
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)