GetNormal

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

Syntax

C#
public Vector3 GetNormal(
	Vector3 point
)
Visual Basic
Public Function GetNormal ( _
	point As Vector3 _
) As Vector3
Visual C++
public:
Vector3 GetNormal(
	Vector3 point
)

Parameters

point
Type: Vector3

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

Return Value

Vector3

See Also