Homogenous Class Reference

#include <Homogenous.h>

List of all members.

Public Member Functions

 Homogenous ()
 Homogenous (float x, float y, float z=0.0, float w=1.0)
Homogenous operator+ (const Homogenous &hc) const
Homogenous operator- (const Homogenous &hc) const
float operator* (const Homogenous &hc) const
Homogenous operator% (const Homogenous &hc) const
Homogenousoperator+= (const Homogenous &hc)
Homogenousoperator-= (const Homogenous &hc)
Homogenousoperator*= (float lambda_xyz)
Homogenousoperator/= (float lambda_xyz)
Homogenousoperator%= (const Homogenous &hc)
float Magnitude () const
void Normalize ()

Public Attributes

float x
float y
float z
float w

Constructor & Destructor Documentation

Homogenous::Homogenous (  )  [inline]

Here is the caller graph for this function:

Homogenous::Homogenous ( float  x,
float  y,
float  z = 0.0,
float  w = 1.0 
) [inline]

Member Function Documentation

float Homogenous::Magnitude (  )  const [inline]

Here is the caller graph for this function:

void Homogenous::Normalize (  )  [inline]

Here is the call graph for this function:

Homogenous Homogenous::operator% ( const Homogenous hc  )  const [inline]

Here is the call graph for this function:

Homogenous& Homogenous::operator%= ( const Homogenous hc  )  [inline]
float Homogenous::operator* ( const Homogenous hc  )  const [inline]
Homogenous& Homogenous::operator*= ( float  lambda_xyz  )  [inline]
Homogenous Homogenous::operator+ ( const Homogenous hc  )  const [inline]

Here is the call graph for this function:

Homogenous& Homogenous::operator+= ( const Homogenous hc  )  [inline]
Homogenous Homogenous::operator- ( const Homogenous hc  )  const [inline]

Here is the call graph for this function:

Homogenous& Homogenous::operator-= ( const Homogenous hc  )  [inline]
Homogenous& Homogenous::operator/= ( float  lambda_xyz  )  [inline]

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1