Get the normal

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

Syntax

C#
public Vector3 GetNormal(
	int i,
	int j
)
Visual Basic
Public Function GetNormal ( _
	i As Integer, _
	j As Integer _
) As Vector3
Visual C++
public:
Vector3 GetNormal(
	int i, 
	int j
)

Parameters

i
Type: System..::..Int32

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

j
Type: System..::..Int32

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

Return Value

Vector3

See Also