Click or drag to resize

Ellipse3DMirrorAngle Method

Mirrors the angle at the x axis and limits its range to the interval [-2*pi..2*pi].

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static double MirrorAngle(
	double angle
)

Parameters

angle  Double
angle to mirror.

Return Value

Double
The mirrored angle.
See Also