Creates the Vector3 vector from the collection of Single type values.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
Parameters
- value
- Type: array<
System..::.Single
>[]()[]
Collection of the new vector source coordinates.
- index
- Type: System..::.Int32
Defines the starting index in the array, where the vector components are located.
Return Value
Returns new Vector3 vector.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | value is nullNothingnullptra null reference (Nothing in Visual Basic). |