#include <PartioVec3.h>
◆ Vec3() [1/3]
◆ Vec3() [2/3]
  
  | 
        
          | Partio::Vec3::Vec3 | ( | const float | x, |  
          |  |  | const float | y, |  
          |  |  | const float | z ) |  | inline | 
 
 
◆ Vec3() [3/3]
  
  | 
        
          | Partio::Vec3::Vec3 | ( | const float | v[3] | ) |  |  | inline | 
 
 
◆ cross()
  
  | 
        
          | Vec3 Partio::Vec3::cross | ( | const Vec3 & | v | ) | const |  | inline | 
 
 
◆ length()
  
  | 
        
          | float Partio::Vec3::length | ( |  | ) |  |  | inline | 
 
 
◆ max()
  
  | 
        
          | Vec3 Partio::Vec3::max | ( | const Vec3 & | v | ) | const |  | inline | 
 
 
◆ min()
  
  | 
        
          | Vec3 Partio::Vec3::min | ( | const Vec3 & | v | ) | const |  | inline | 
 
 
◆ normalize()
  
  | 
        
          | float Partio::Vec3::normalize | ( |  | ) |  |  | inline | 
 
 
◆ normalized()
  
  | 
        
          | Vec3 Partio::Vec3::normalized | ( |  | ) | const |  | inline | 
 
 
◆ operator*()
  
  | 
        
          | Vec3 Partio::Vec3::operator* | ( | const float | a | ) | const |  | inline | 
 
 
◆ operator+()
  
  | 
        
          | Vec3 Partio::Vec3::operator+ | ( | const Vec3 & | v | ) | const |  | inline | 
 
 
◆ operator+=()
  
  | 
        
          | Vec3 Partio::Vec3::operator+= | ( | const Vec3 & | v | ) |  |  | inline | 
 
 
◆ operator-()
  
  | 
        
          | Vec3 Partio::Vec3::operator- | ( | const Vec3 & | v | ) | const |  | inline | 
 
 
Referenced by cross(), length(), max(), min(), normalize(), normalized(), Partio::operator*(), operator*(), operator+(), operator+=(), operator-(), and Partio::operator<<().
 
 
Referenced by cross(), length(), max(), min(), normalize(), normalized(), Partio::operator*(), operator*(), operator+(), operator+=(), operator-(), and Partio::operator<<().
 
 
Referenced by cross(), length(), max(), min(), normalize(), normalized(), Partio::operator*(), operator*(), operator+(), operator+=(), operator-(), and Partio::operator<<().
 
 
The documentation for this class was generated from the following file: