Ellipse3DMirrorAngle Method |
Mirrors the angle at the x axis and limits its range to the
interval [-2*pi..2*pi].
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic static double MirrorAngle(
double angle
)
Parameters
- angle Double
- angle to mirror.
Return Value
DoubleThe mirrored angle.
See Also