Class ShadowFloatMath

    • Constructor Detail

      • ShadowFloatMath

        public ShadowFloatMath()
    • Method Detail

      • floor

        @Implementation
        protected static float floor​(float value)
      • ceil

        @Implementation
        protected static float ceil​(float value)
      • sin

        @Implementation
        protected static float sin​(float angle)
      • cos

        @Implementation
        protected static float cos​(float angle)
      • sqrt

        @Implementation
        protected static float sqrt​(float value)