#include <vtkVector.h>
template<typename T>
class vtkVector3< T >
Definition at line 141 of file vtkVector.h.
template<typename T>
void vtkVector3< T >::Set |
( |
const T & |
x, |
|
|
const T & |
y, |
|
|
const T & |
z |
|
) |
| |
|
inline |
Set the x, y and z components of the vector.
Definition at line 155 of file vtkVector.h.
Set the x component of the vector, i.e. element 0.
Definition at line 164 of file vtkVector.h.
Get the x component of the vector, i.e. element 0.
Definition at line 168 of file vtkVector.h.
Get the x component of the vector, i.e. element 0.
Definition at line 169 of file vtkVector.h.
Set the y component of the vector, i.e. element 1.
Definition at line 173 of file vtkVector.h.
Get the y component of the vector, i.e. element 1.
Definition at line 177 of file vtkVector.h.
Get the y component of the vector, i.e. element 1.
Definition at line 178 of file vtkVector.h.
Set the z component of the vector, i.e. element 2.
Definition at line 182 of file vtkVector.h.
Get the z component of the vector, i.e. element 2.
Definition at line 186 of file vtkVector.h.
Get the z component of the vector, i.e. element 2.
Definition at line 187 of file vtkVector.h.
The documentation for this class was generated from the following file: