GetHeightAndNormal
Namespace: JigLibX.GeometryAssembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0
Syntax
C# |
---|
public void GetHeightAndNormal( out float h, out Vector3 normal, Vector3 point ) |
Visual Basic |
---|
Public Sub GetHeightAndNormal ( _ <OutAttribute> ByRef h As Single, _ <OutAttribute> ByRef normal As Vector3, _ point As Vector3 _ ) |
Visual C++ |
---|
public: void GetHeightAndNormal( [OutAttribute] float% h, [OutAttribute] Vector3% normal, Vector3 point ) |
Parameters
- h
- Type: System..::..Single%
[Missing <param name="h"/> documentation for "M:JigLibX.Geometry.Heightmap.GetHeightAndNormal(System.Single@,Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3)"]
- normal
- Type: Vector3%
[Missing <param name="normal"/> documentation for "M:JigLibX.Geometry.Heightmap.GetHeightAndNormal(System.Single@,Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3)"]
- point
- Type: Vector3
[Missing <param name="point"/> documentation for "M:JigLibX.Geometry.Heightmap.GetHeightAndNormal(System.Single@,Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3)"]