#include <math.h>
#include <stdio.h>
#include "vuVector.h"
#include "vuMatrix.h"
Include dependency graph for vuVector.cpp:
Go to the source code of this file.
Functions | |
float | dot (const vuVector &v1, const vuVector &v2) |
vuVector | cross (const vuVector &v1, const vuVector &v2) |
const vuVector | operator * (float s, const vuVector &v) |
int | strip_white_space (char *temp) |
int | get_next_comma (char *temp) |
This will return the position of the first comma in the string. | |
int | get_next_return (char *temp) |
This will return the position of the first return in te string. | |
int | get_next_blank (char *temp) |
this will return the position of the first ' ' or '' in the string | |
int | clear_blanks (char *temp) |
this will return the position of the first non ' ' and non '' character in the string | |
ostream & | operator<< (ostream &out, const vuVector &v) |
istream & | operator>> (istream &in, vuVector &v) |
|
this will return the position of the first non ' ' and non '' character in the string
Definition at line 481 of file vuVector.cpp. Referenced by load_WithTime(), vuKeyFramerDialog::OpenGIFile(), vuParallelCamera::RestoreShot(), vuParallelCamera::RestoreShotOrtho(), and vuPerspectiveCamera::RestoreShotPersp(). |
|
Definition at line 224 of file vuVector.cpp. References vuVector::val. Referenced by vu111211A::computeViewMatrix(), and vu1512119::computeViewMatrix(). |
|
Definition at line 218 of file vuVector.cpp. References vuVector::val. Referenced by vuSphLfFlt_FitAngle< SIZE, TYPE >::calcFilteredViews(), vu1512121::DrawSurfaceInSimplex(), vuSphVwFlt_Blend< SIZE, TYPE >::filter(), and vuSphericFilter< SIZE, TYPE >::getNearestViews(). |
|
this will return the position of the first ' ' or '' in the string
Definition at line 470 of file vuVector.cpp. Referenced by vuVector::load(). |
|
This will return the position of the first comma in the string.
Definition at line 448 of file vuVector.cpp. Referenced by vuVector::load(), load_WithTime(), vuKeyFramerDialog::OpenGIFile(), vuPerspectiveCamera::RestoreNextShot(), vuPerspectiveCamera::RestorePreviousShot(), vuParallelCamera::RestoreShot(), vuPerspectiveCamera::RestoreShot(), vuParallelCamera::RestoreShotOrtho(), and vuPerspectiveCamera::RestoreShotPersp(). |
|
This will return the position of the first return in te string.
Definition at line 459 of file vuVector.cpp. |
|
Definition at line 320 of file vuVector.cpp. References vuVector::val. |
|
Definition at line 538 of file vuVector.cpp. References vuVector::val. |
|
Definition at line 547 of file vuVector.cpp. References vuVector::val. |
|
Definition at line 437 of file vuVector.cpp. Referenced by vuVector::load(). |