M_Rhino_Geometry_Circle_TangentAt - mcneel/rhinocommon-api-docs GitHub Wiki

Circle.TangentAt Method

Circles use trigonometric parameterization: t -> center + cos(t)radiusxaxis + sin(t)radiusyaxis.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Vector3d TangentAt(
	double t
)

VB

Public Function TangentAt ( 
	t As Double
) As Vector3d

Parameters

 

t
Type: System.Double
Parameter of tangent to evaluate.

Return Value

Type: Vector3d
The tangent at the circle at the given parameter.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Circle Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️