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