| VectorFSet Method (VectorF) |
Sets this instance to a copy of the specified vector.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public void Set(
VectorF vector
)
Public Sub Set (
vector As VectorF
)
public:
void Set(
VectorF^ vector
)
member Set :
vector : VectorF -> unit
Parameters
- vector
- Type: DigitalRune.Mathematics.AlgebraVectorF
The vector.
Exceptions Remarks vector can have more elements than this instance. The exceeding elements
are ignored.
See Also