public static class CoreComponent.RomF2Di
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float[] |
data |
static java.lang.String |
handleArgs |
static java.lang.String |
handleAuto |
static java.lang.String |
handleMethod_getrN |
static java.lang.String |
handleMethod_getrN_NP |
static java.lang.String |
handleMethod_getrNc |
| Constructor and Description |
|---|
RomF2Di(int oN,
int oM,
int ow) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
float |
getrN(float n,
int m) |
void |
getrNc(float n,
int m,
boolean cx,
CoreCommon.CxFloat c) |
void |
set(int n,
int m,
float d) |
java.lang.String |
toString() |
public float[] data
public static final java.lang.String handleArgs
public static final java.lang.String handleAuto
public static final java.lang.String handleMethod_getrN
public static final java.lang.String handleMethod_getrN_NP
public static final java.lang.String handleMethod_getrNc
public void clear()
public void set(int n,
int m,
float d)
public float getrN(float n,
int m)
public void getrNc(float n,
int m,
boolean cx,
CoreCommon.CxFloat c)
public java.lang.String toString()
toString in class java.lang.Object