GetSurfacePos

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

Syntax

C#
public void GetSurfacePos(
	out Vector3 pos,
	int i,
	int j
)
Visual Basic
Public Sub GetSurfacePos ( _
	<OutAttribute> ByRef pos As Vector3, _
	i As Integer, _
	j As Integer _
)
Visual C++
public:
void GetSurfacePos(
	[OutAttribute] Vector3% pos, 
	int i, 
	int j
)

Parameters

pos
Type: Vector3%

[Missing <param name="pos"/> documentation for "M:JigLibX.Geometry.Heightmap.GetSurfacePos(Microsoft.Xna.Framework.Vector3@,System.Int32,System.Int32)"]

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:JigLibX.Geometry.Heightmap.GetSurfacePos(Microsoft.Xna.Framework.Vector3@,System.Int32,System.Int32)"]

j
Type: System..::..Int32

[Missing <param name="j"/> documentation for "M:JigLibX.Geometry.Heightmap.GetSurfacePos(Microsoft.Xna.Framework.Vector3@,System.Int32,System.Int32)"]

See Also