Get the height at a particular index, indices are clamped

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public float GetHeight(
	int i,
	int j
)
Visual Basic
Public Function GetHeight ( _
	i As Integer, _
	j As Integer _
) As Single
Visual C++
public:
float GetHeight(
	int i, 
	int j
)

Parameters

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:JigLibX.Geometry.Heightmap.GetHeight(System.Int32,System.Int32)"]

j
Type: System..::..Int32

[Missing <param name="j"/> documentation for "M:JigLibX.Geometry.Heightmap.GetHeight(System.Int32,System.Int32)"]

Return Value

float

See Also