Visit www.yfiles.com for more information!
Home
API
Guide
Search
Ctrl
k
C
Tangent
Show Usages
A tangent in a 2D Cartesian coordinate space with double values.
Inheritance Hierarchy
C
Tangent
Remarks
The tangent consists of its point of tangency (
point
) and a direction (
vector
).
Members
No filters for this type
Search Members
ctrl
f12
Constructors
Tangent
(
point
:
Point
,
vector
:
Point
)
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
point
:
Point
readonly
Gets the point of tangency.
readonly
final
vector
:
Point
readonly
Gets the directional vector.
readonly
final