Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0
Syntax
C# |
---|
public void GetSurfacePosAndNormal( out Vector3 pos, out Vector3 normal, int i, int j ) |
Visual Basic |
---|
Public Sub GetSurfacePosAndNormal ( _ <OutAttribute> ByRef pos As Vector3, _ <OutAttribute> ByRef normal As Vector3, _ i As Integer, _ j As Integer _ ) |
Visual C++ |
---|
public: void GetSurfacePosAndNormal( [OutAttribute] Vector3% pos, [OutAttribute] Vector3% normal, int i, int j ) |
Parameters
- pos
- Type: Vector3%
[Missing <param name="pos"/> documentation for "M:JigLibX.Geometry.Heightmap.GetSurfacePosAndNormal(Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3@,System.Int32,System.Int32)"]
- normal
- Type: Vector3%
[Missing <param name="normal"/> documentation for "M:JigLibX.Geometry.Heightmap.GetSurfacePosAndNormal(Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3@,System.Int32,System.Int32)"]
- i
- Type: System..::..Int32
[Missing <param name="i"/> documentation for "M:JigLibX.Geometry.Heightmap.GetSurfacePosAndNormal(Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3@,System.Int32,System.Int32)"]
- j
- Type: System..::..Int32
[Missing <param name="j"/> documentation for "M:JigLibX.Geometry.Heightmap.GetSurfacePosAndNormal(Microsoft.Xna.Framework.Vector3@,Microsoft.Xna.Framework.Vector3@,System.Int32,System.Int32)"]