Helpers shouldn't be public.
This commit is contained in:
parent
35f52f494c
commit
593d55ea28
@ -11,7 +11,7 @@
|
|||||||
// to which we know the values of each part.
|
// to which we know the values of each part.
|
||||||
// Then we just do this iteratively on a bunch
|
// Then we just do this iteratively on a bunch
|
||||||
// of powers of 2.
|
// of powers of 2.
|
||||||
public static class CordicHelper
|
internal static class CordicHelper
|
||||||
{
|
{
|
||||||
private static readonly float[] p_cosTable =
|
private static readonly float[] p_cosTable =
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user