C
A tangent in a 2D Cartesian coordinate space with double values.
Inheritance Hierarchy

Remarks

The tangent consists of its point of tangency (point) and a direction (vector).

Members

No filters for this type

Constructors

Initializes a new instance of the Tangent class using the given values for the point and vector properties.

Parameters

point: Point
The point of tangency.
vector: Point
The directional vector.

Properties

Gets the point of tangency.
readonlyfinal
Gets the directional vector.
readonlyfinal