Bespoke Multi-Touch Framework
InkSegment..::.Features Enumeration
NamespacesBespoke.MultiTouch.Framework.InkInkSegmentInkSegment..::.Features
Features that can help classify an ink segment.
Declaration Syntax
C#Visual BasicVisual C++
public enum Features
Public Enumeration Features
public enum class Features
Members
MemberDescription
InitialAngleCosine
The cosine of the angle created between the first and third points of a stroke.

InitialAngleSine
The sine of the angle created between the first and third points of a stroke.

BoundingBoxLength
The length of the bounding box created by the strokes within the ink segment.

BoundingBoxDiagonalAngle
The angle made by the bounding box diagonal.

TotalStrokeDistance
The distance between the first and last points of a stroke.

FirstLastAngleCosine
The cosine of the angle created between the first and last points of a stroke.

FirstLastAngleSine
The sine of the angle created between the first and last points of a stroke.

TotalSegmentLength
The total distance traversed by a stroke.

TotalAngleTraversed
The value of all angles made between each stroke segment.

TotalAngleTraversedAbsolute
The absolute value of all angles made between each stroke segment.

TotalSquaredAngleTraversed
The value of all angles (squared) made between each stroke segment.

MaximumSpeedSquared
The squared value of the maximum speed of the stroke.

Duration
The duration of the stroke.

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)