#include <vtkVector.h>
template<typename T>
class vtkVector2< T >
Definition at line 97 of file vtkVector.h.
template<typename T>
void vtkVector2< T >::Set |
( |
const T & |
x, |
|
|
const T & |
y |
|
) |
| |
|
inline |
Set the x and y components of the vector.
Definition at line 112 of file vtkVector.h.
Set the x component of the vector, i.e. element 0.
Definition at line 120 of file vtkVector.h.
Get the x component of the vector, i.e. element 0.
Definition at line 124 of file vtkVector.h.
Get the x component of the vector, i.e. element 0.
Definition at line 125 of file vtkVector.h.
Set the y component of the vector, i.e. element 1.
Definition at line 129 of file vtkVector.h.
Get the y component of the vector, i.e. element 1.
Definition at line 133 of file vtkVector.h.
Get the y component of the vector, i.e. element 1.
Definition at line 134 of file vtkVector.h.
The documentation for this class was generated from the following file: