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