Click or drag to resize

EdgeGetEdgeLength Method

Gets the length of the edge for the given layer size.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double GetEdgeLength(
	VectorD2D layerSize
)

Parameters

layerSize  VectorD2D
The size of the layer.

Return Value

Double
The length of the edge.
See Also