Class DVectorArray2f
Inheritance
DVectorArray2f
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class DVectorArray2f : DVectorArray2<float>, IEnumerable<float>, IEnumerable
Constructors
DVectorArray2f(Int32)
Declaration
public DVectorArray2f(int nCount = 0)
Parameters
Type |
Name |
Description |
Int32 |
nCount |
|
DVectorArray2f(Single[])
Declaration
public DVectorArray2f(float[] data)
Parameters
Type |
Name |
Description |
Single[] |
data |
|
Properties
Item[Int32]
Declaration
public Vector2f this[int i] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Property Value
Methods
AsVector2f()
Declaration
public IEnumerable<Vector2d> AsVector2f()
Returns
Implements