Templated 2D Vector derived from VectorSpace adding construction from 2 components, element access using x() and y() member functions and the inner-product (dot-product). More...
Public Types | |
enum | { rank = 1 } |
enum | components { X, Y } |
Component labeling enumeration. More... | |
![]() | |
enum | |
typedef Cmpt | cmptType |
Component type. More... | |
Public Member Functions | |
Vector2D () | |
Construct null. More... | |
Vector2D (const VectorSpace< Vector2D< Cmpt >, Cmpt, 2 > &) | |
Construct given VectorSpace. More... | |
Vector2D (const Cmpt &vx, const Cmpt &vy) | |
Construct given two components. More... | |
Vector2D (Istream &) | |
Construct from Istream. More... | |
const Cmpt & | x () const |
const Cmpt & | y () const |
Cmpt & | x () |
Cmpt & | y () |
scalar | perp (const Vector2D< Cmpt > &b) const |
Perp dot product (dot product with perpendicular vector) More... | |
![]() | |
VectorSpace () | |
Construct null. More... | |
VectorSpace (Istream &) | |
Construct from Istream. More... | |
VectorSpace (const VectorSpace< Form, Cmpt, nCmpt > &) | |
Construct as copy. More... | |
VectorSpace (const VectorSpace< Form2, Cmpt2, nCmpt > &) | |
Construct as copy of another VectorSpace type of the same rank. More... | |
label | size () const |
Return the number of elements in the VectorSpace = nCmpt. More... | |
const Cmpt & | component (const direction) const |
Cmpt & | component (const direction) |
void | component (Cmpt &, const direction) const |
void | replace (const direction, const Cmpt &) |
const Cmpt & | operator[] (const direction) const |
Cmpt & | operator[] (const direction) |
void | operator= (const VectorSpace< Form, Cmpt, nCmpt > &) |
void | operator+= (const VectorSpace< Form, Cmpt, nCmpt > &) |
void | operator-= (const VectorSpace< Form, Cmpt, nCmpt > &) |
void | operator*= (const scalar) |
void | operator/= (const scalar) |
Static Public Attributes | |
static const char *const | typeName |
static const char * | componentNames [] |
static const Vector2D | zero |
static const Vector2D | one |
static const Vector2D | max |
static const Vector2D | min |
Additional Inherited Members | |
![]() | |
Cmpt | v_ [nCmpt] |
The components of this vector space. More... | |
Templated 2D Vector derived from VectorSpace adding construction from 2 components, element access using x() and y() member functions and the inner-product (dot-product).
Definition at line 51 of file Vector2D.H.
anonymous enum |
Enumerator | |
---|---|
rank |
Definition at line 60 of file Vector2D.H.
enum components |
|
inline |
Construct null.
Definition at line 35 of file Vector2DI.H.
|
inline |
Construct given VectorSpace.
Definition at line 41 of file Vector2DI.H.
|
inline |
Construct given two components.
Definition at line 49 of file Vector2DI.H.
Construct from Istream.
Definition at line 58 of file Vector2DI.H.
|
inline |
Definition at line 67 of file Vector2DI.H.
Referenced by Foam::help::doTrianglesOverlap(), Foam::eigenVectors(), Foam::operator&(), Foam::operator*(), GAMGSolver::scale(), and Foam::sqr().
|
inline |
Definition at line 73 of file Vector2DI.H.
Referenced by Foam::help::doTrianglesOverlap(), Foam::eigenVectors(), Foam::operator&(), Foam::operator*(), GAMGSolver::scale(), and Foam::sqr().
|
inline |
|
inline |
|
inline |
Perp dot product (dot product with perpendicular vector)
Definition at line 103 of file Vector2DI.H.
Referenced by line::nearestDist().
|
static |
Definition at line 68 of file Vector2D.H.
|
static |
Definition at line 69 of file Vector2D.H.
Definition at line 70 of file Vector2D.H.
Definition at line 71 of file Vector2D.H.
|
static |
Definition at line 72 of file Vector2D.H.
|
static |
Definition at line 73 of file Vector2D.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.