GetSurfacePosAndNormal

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

Syntax

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

Parameters

pos
Type: Vector3%

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

normal
Type: Vector3%

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

point
Type: Vector3

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

See Also