5 packages tagged with “Angles”
An arbitrary precision decimal (base 10) floating point number type using a mantissa and exponent. Supports nth roots, trigonometric functions, logarithms, natural e, pi, etc.
Basic .NET library containing utility code (re)used within the last decade (or longer) by the author.
This library is dedicated to easily and quickly handling and manipulating different types and units of angles
Dan's ConversionCalc Library.
A math library for engineering calculations such as robot kinematics and more. Includes types such as Matrix, Euler Angles, Point, and MathA (Math Advanced). Matrix are better than the standard System.Numerics.Matrix in that they can be created in any size. It is an immutable class like System.String. Euler angles allow you to convert rotation matrices to Euler angles and vice versa.