Commit 444de0b9 authored by 18김민수's avatar 18김민수

Minor Change

parent 4c4b135d
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public static class Constants
{
public static double C => 40; // speed of light.
public static double Gamma(double v)
{
return 1 / Mathf.Sqrt((1 - (float)((v / C) * (v / C))));
}
}
fileFormatVersion: 2
guid: 61e61770430ce5a4faeca2e20cfa58b1
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment