GetSurfacePos

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

Syntax

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

Parameters

pos
Type: Vector3%

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

point
Type: Vector3

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

See Also