.NET API 2,355,200 bytes
GeometryExtension
public static readonly double PI
public static TOutput[]
ConvertAll<
TInput,
TOutput>(
this TInput[]
array,
Converter<
TInput,
TOutput>
converter)
public static bool Equals(
double x,
double y,
double tolerance =
1E-06)
public static bool EqualsTo(
this double thisValue,
double value)
public static void ForEach<
T>(
this T[][]
array,
Action<
T>
action)
public static bool LessThanOrEquals(
double x,
double y,
double tolerance =
1E-06)