fsin static method

double fsin(
  1. double x
)

Implementation

static double fsin( double x ){
	return ClipMath.sin( _angToRad( x ) );
}