C# PointBetween In this section were going to finish the PointBetween class and create Unit Tests for it. Let’ start of by defining a new Interface and Class for PointBetween.…Continue readingC# PointBetween
C# PointByCoordinates In this section were going to finish the PointByCoordinates class and create Unit Tests for it. Let’ start of with some changes to the Abstract Classes, Base Classes,…Continue readingC# PointByCoordinates
C# Geometry Engine Base Classes Just a quick side note, I’m not a classically trained developer, so there maybe some mistakes in here, so be kind, and hopefully I can…Continue readingC# Geometry Engine Base Class
In C#, properties are nothing but a natural extension of data fields. They are usually known as ‘smart fields’ in C# community. We know that data encapsulation and hiding are…Continue readingC# Property's
Projecting a Point onto a Plane This is done in a series of small steps; A plane passing through the Point (P) = 1 ; 3 ; 2 and has Normal Vector (N)…Continue readingProjecting a Point onto a Plane
That's awesome, thanks for sharing
This is just what i was looking for