Esempio n. 1
0
 /// <inheritdoc cref="Mathfs.Repeat(float,float)"/>
 [MethodImpl(INLINE)] public static float Repeat(this float value, float length) => Mathfs.Repeat(value, length);
 public static float Repeat(this float v, float length) => Mathfs.Repeat(v, length);