TrdMCClusterR Fit Classifier
Public Member Functions | Public Attributes | List of all members
Vector3D Struct Reference

#include "Line3DCompare.h"

Collaboration diagram for Vector3D:
Collaboration graph

Public Member Functions

 Vector3D ()
 
 Vector3D (double x, double y, double z)
 
Vector3D operator- (const Vector3D &v) const
 
Vector3D cross (const Vector3D &v) const
 
double dot (const Vector3D &v) const
 
double magnitude () const
 

Public Attributes

double x
 
double y
 
double z
 

Constructor & Destructor Documentation

◆ Vector3D() [1/2]

Vector3D::Vector3D ( )
inline

◆ Vector3D() [2/2]

Vector3D::Vector3D ( double  x,
double  y,
double  z 
)
inline

Member Function Documentation

◆ cross()

Vector3D Vector3D::cross ( const Vector3D v) const
inline
Here is the caller graph for this function:

◆ dot()

double Vector3D::dot ( const Vector3D v) const
inline
Here is the caller graph for this function:

◆ magnitude()

double Vector3D::magnitude ( ) const
inline
Here is the caller graph for this function:

◆ operator-()

Vector3D Vector3D::operator- ( const Vector3D v) const
inline

Member Data Documentation

◆ x

double Vector3D::x

◆ y

double Vector3D::y

◆ z

double Vector3D::z

The documentation for this struct was generated from the following file: