QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Qwt3D::Triple Struct Reference

Triple [x,y,z]. More...

#include <qwt3d_types.h>

Public Member Functions

 Triple (double xv=0, double yv=0, double zv=0)
 
Tripleoperator+= (Triple t)
 
Tripleoperator-= (Triple t)
 
Tripleoperator*= (double d)
 
Tripleoperator/= (double d)
 
Tripleoperator*= (Triple t)
 
bool operator!= (Triple t) const
 
bool operator== (Triple t) const
 
double length () const
 
void normalize ()
 

Public Attributes

double x
 
double y
 
double z
 

Detailed Description

Triple [x,y,z].


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