VISH  0.2
Public Types | Public Member Functions | Friends
Eagle::PhysicalSpace::vector Class Reference

3-dimensional vector. More...

#include </home/werner/origo/vish/ocean/eagle/PhysicalSpace.hpp>

List of all members.

Public Types

Public Member Functions

Orthogonal vector functions

Friends


Detailed Description

3-dimensional vector.

Examples:

ClippingPlane.cpp, ComputeGridStreamLines.cpp, ComputeMultiStreamLines.cpp, Gear.cpp, InteractivePoint.cpp, and WebVish.cpp.


Constructor & Destructor Documentation

Eagle::PhysicalSpace::vector::vector ( ) [inline]

Evil default constructor.

Not sure if it should do anything or nothing. Primary purpose is for use within arrays. Currently does nothing, because it should be fast, and the user shouldnt expect uninitialized variables to contain anything useful.

Reimplemented from Eagle::Coordinates::vector.


Member Function Documentation

bivector Eagle::PhysicalSpace::vector::operator* ( ) const [inline]

Compute the dual of this vector.

Compute dual of a vector, which is the plane orthogonal to the given vector.


The documentation for this class was generated from the following files: