TrigonometryKt

public final class TrigonometryKt

Functions

acos
Link copied to clipboard
final static Float acos(Float $self)
asin
Link copied to clipboard
final static Float asin(Float $self)
atan
Link copied to clipboard
final static Float atan(Float $self)
atan2
Link copied to clipboard
final static Float atan2(Float y, Float x)
cos
Link copied to clipboard
final static Float cos(Float $self)
fromRadians
Link copied to clipboard
final static Float fromRadians(Float $self)

Converts this degrees to radians

getAngleMode
Link copied to clipboard
AngleMode getAngleMode()

Set global angle mode DEGREES/RADIANS AngleMode

setAngleMode
Link copied to clipboard
void setAngleMode(AngleMode angleMode)

Set global angle mode DEGREES/RADIANS AngleMode

sin
Link copied to clipboard
final static Float sin(Float $self)
tan
Link copied to clipboard
final static Float tan(Float $self)
toDegrees
Link copied to clipboard
final static Float toDegrees(Float $self)

Converts float to degrees

toRadians
Link copied to clipboard
final static Float toRadians(Float $self)

Converts float to radians

Properties

angleMode
Link copied to clipboard
private static AngleMode angleMode

Set global angle mode DEGREES/RADIANS AngleMode