Method | Description | |
---|---|---|
AddPoint ( int x, int y, double height ) : void | ||
FillWithTestPattern ( string pattern ) : void | ||
GetCoordinates ( int x, int y ) : System.Vector2 | ||
GetModel ( HelixToolkit.Wpf.MeshGeometryVisual3D mesh ) : void | ||
GetPreviewModel ( |
||
GetPreviewModel ( System.Vector2 min, System.Vector2 max, double gridSize, |
||
GetPreviewModel ( System.Vector2 min, System.Vector2 max, int pointsX, int pointsY, |
||
HeightMap ( double gridSize, System.Vector2 min, System.Vector2 max ) : HelixToolkit.Wpf | ||
InterpolateZ ( double x, double y ) : double | ||
Load ( string path ) : |
||
Save ( string path ) : void |
Method | Description | |
---|---|---|
HeightMap ( ) : HelixToolkit.Wpf |
public AddPoint ( int x, int y, double height ) : void | ||
x | int | |
y | int | |
height | double | |
return | void |
public FillWithTestPattern ( string pattern ) : void | ||
pattern | string | |
return | void |
public GetCoordinates ( int x, int y ) : System.Vector2 | ||
x | int | |
y | int | |
return | System.Vector2 |
public GetModel ( HelixToolkit.Wpf.MeshGeometryVisual3D mesh ) : void | ||
mesh | HelixToolkit.Wpf.MeshGeometryVisual3D | |
return | void |
public GetPreviewModel ( |
||
border | ||
pointv | ||
return | void |
public static GetPreviewModel ( System.Vector2 min, System.Vector2 max, double gridSize, |
||
min | System.Vector2 | |
max | System.Vector2 | |
gridSize | double | |
border | ||
pointv | ||
return | void |
public static GetPreviewModel ( System.Vector2 min, System.Vector2 max, int pointsX, int pointsY, |
||
min | System.Vector2 | |
max | System.Vector2 | |
pointsX | int | |
pointsY | int | |
border | ||
pointv | ||
return | void |
public HeightMap ( double gridSize, System.Vector2 min, System.Vector2 max ) : HelixToolkit.Wpf | ||
gridSize | double | |
min | System.Vector2 | |
max | System.Vector2 | |
return | HelixToolkit.Wpf |
public InterpolateZ ( double x, double y ) : double | ||
x | double | |
y | double | |
return | double |
public static Load ( string path ) : |
||
path | string | |
return |