Click here to Skip to main content
Licence 
First Posted 11 May 2004
Views 144,433
Bookmarked 67 times

Sharp3D.Math - A 3D math library for .NET

By | 9 Jun 2004 | Article
A 3D math library written in C#

Introduction

I started building this library as part of a C# 3D engine I am currently working on. Having noticed that there isn't any decent open-source C# library for dealing with complex math out there I decided to focus my efforts on this library and release it to the world.

More information could be found on the project's workspace at http://workspaces.gotdotnet.com/sharp3d.

Features

  • Support both single-precision and double-precision floating point types.
  • Full-featured implementation of mathematical data types including complex numbers' quaternion and various sizes of matrices and vectors.
  • Geometric data types and algorithms for 2D and 3D - distance and intersection methods, bounding volumes etc.
  • Random number and noise generation.
  • Strong-Typed collections for the library's data types.
  • Extension of standard mathematical functions, such as Cos(), Sqrt(), and Exp(), to work with vectors, matrices, and complex number classes.
  • A support library for converting between DirectX and Sharp3D.Math structures.

History

  • v1.1.1621.25560 - Update
    • Added array lists for vector structures.
    • Added a Polygon class to the Geometry3D and Geometry2D namespaces.
    • Added a Triangle structure to the Geometry3D namespace.
    • Intersection Methods : Ray to plane, AABB, OBB, Triangle and Sphere (not fully implemented yet).
    • Intersection Methods between AABB, OBB and Sphere (not fully implemented yet).
    • Added <, > , <=, >= operators to the vector structures.
    • Added IIntegrator implementations : SimpsonIntegral.
    • Implemented the Parse method for vectors and complex numbers.
    • Created Sharp3D.Math.Tests library and moved all unit testing classes there so that Sharp3D.Math is no longer dependent on NUnit.Framework.dll.
  • v1.1 - First release.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Eran Kampf

Web Developer

Israel Israel

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
Generala very useful lib.... Pinmemberzhaochunyan21:47 21 Apr '09  
thx~~ Smile | :)
GeneralMatrix indexing for 3- and 4-dimensional matrixes is wrong PinmemberKluyg4:55 18 Nov '07  
Generalsquare root of a complex number incorrect PinmemberChris J Saunders20:35 4 Jan '07  
GeneralRe: square root of a complex number incorrect PinmemberEric Engler10:03 13 Apr '07  
GeneralRe: square root of a complex number incorrect PinmemberChris J Saunders14:04 13 Apr '07  
GeneralThis saved me hours of programming PinmembervanRCAD0:30 17 Sep '06  
QuestionHow to Install & Use the Library PinmemberDaniel P17:04 25 May '06  
AnswerRe: How to Install & Use the Library PinmemberEran Kampf22:31 25 May '06  
GeneralLibrary updates PinmemberEran Kampf6:44 10 Jan '05  
GeneralRandom number generation. Pinmemberwout de zeeuw9:05 25 Sep '04  
GeneralRe: Random number generation. PinmemberEran Kampf10:00 25 Sep '04  
QuestionWhy no credit to the Exocortex libraries this is derived from? PinmemberBen Houston11:56 19 Sep '04  
AnswerRe: Why no credit to the Exocortex libraries this is derived from? PinmemberEran Kampf0:15 20 Sep '04  
GeneralRe: Why no credit to the Exocortex libraries this is derived from? PinmemberBen Houston5:01 20 Sep '04  
GeneralRe: Why no credit to the Exocortex libraries this is derived from? PinmemberEran Kampf7:06 20 Sep '04  
GeneralRe: Why no credit to the Exocortex libraries this is derived from? PinmemberBen Houston7:29 20 Sep '04  
GeneralRe: Why no credit to the Exocortex libraries this is derived from? PinmemberEran Kampf7:52 20 Sep '04  
GeneralRe: Why no credit to the Exocortex libraries this is derived from? PinsussAnonymous9:03 20 Sep '04  
GeneralRe: Why no credit to the Exocortex libraries this is derived from? PinmemberEran Kampf9:13 20 Sep '04  
AnswerRe: Why no credit to the Exocortex libraries this is derived from? PinsussAndrew Phillips22:54 25 Aug '05  
GeneralGood stuff Pinmemberwout de zeeuw23:32 19 Aug '04  
GeneralNew homepage PinmemberEran Kampf7:27 15 Aug '04  
GeneralSome comments PinmemberColin Angus Mackay12:00 10 Jun '04  
GeneralRe: Some comments PinmemberEran Kampf12:18 10 Jun '04  
GeneralRe: Some comments PinmemberColin Angus Mackay12:38 10 Jun '04  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.5.120604.1 | Last Updated 10 Jun 2004
Article Copyright 2004 by Eran Kampf
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid