Table of Contents

Method SinCosDeg

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

SinCosDeg(double, out double, out double)

Computes sine and cosine for a degree input using a single radians conversion.

public static void SinCosDeg(double degrees, out double sin, out double cos)

Parameters

degrees double

Angle in degrees.

sin double

Sine of the angle.

cos double

Cosine of the angle.