Click or drag to resize

FoundCircleCalcRatio Method

Calculates the ratio of big and small half axis in case of an ellipse.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public static double CalcRatio(
	dvec2 size
)

Parameters

size  dvec2
The rotated bounding box' size around the ellipse.

Return Value

Double

[Missing <returns> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.FoundCircle.CalcRatio(GlmSharp.dvec2)"]

See Also