Example #1
0
 /// <inheritdoc cref="Mathfs.CeilToInt(float)"/>
 [MethodImpl(INLINE)] public static int CeilToInt(this float value) => Mathfs.CeilToInt(value);
Example #2
0
 /// <inheritdoc cref="Mathfs.CeilToInt(Vector2)"/>
 [MethodImpl(INLINE)] public static Vector3Int CeilToInt(this Vector3 value) => Mathfs.CeilToInt(value);
 public static int CeilToInt(this float v) => Mathfs.CeilToInt(v);