Skip to content

Instantly share code, notes, and snippets.

@DuceMonster
DuceMonster / MathUtil.cs
Last active January 29, 2021 16:02
Unityの丸め誤差による問題の回避
using UnityEngine;
/// <summary>
/// 数値計算ユーティリティ
/// </summary>
public static class MathUtil
{
/// <summary>
/// 計算機イプシロン
/// </summary>