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