Interface ImplicitField2d
Summary description for ImplicitField2D.
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public interface ImplicitField2d
Properties
Bounds
Declaration
AxisAlignedBox2f Bounds { get; }
Property Value
| Type | Description |
|---|---|
| AxisAlignedBox2f |
Methods
Gradient(Single, Single, ref Single, ref Single)
Declaration
void Gradient(float fX, float fY, ref float fGX, ref float fGY)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | fX | |
| Single | fY | |
| Single | fGX | |
| Single | fGY |
Value(Single, Single)
Declaration
float Value(float fX, float fY)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | fX | |
| Single | fY |
Returns
| Type | Description |
|---|---|
| Single |