AngleNFromRadiansTNumeric Method

Definition

Namespace: Jodosoft.Geometry
Assembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public static AngleN<TNumeric> FromRadians<TNumeric>(
	TNumeric radians
)
where TNumeric : struct, new(), INumeric<TNumeric>

Parameters

radians  TNumeric
 

Type Parameters

TNumeric

Return Value

AngleNTNumeric

See Also