Click or drag to resize
Accord.NET (logo)

GeometryTools Class

Collection of some gemetry tool methods.
Inheritance Hierarchy
SystemObject
  Accord.Math.GeometryGeometryTools

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static class GeometryTools
Request Example View Source

The GeometryTools type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAngleBetweenLines
Calculate minimum angle between two lines measured in [0, 90] degrees range.
Public methodStatic memberGetAngleBetweenVectors
Calculate angle between to vectors measured in [0, 180] degrees range.
Top
See Also