sculpto
Classes | Namespaces | Macros
vec3.h File Reference

Euclidean 3D vector implementation module. More...

#include "math_common.h"

Go to the source code of this file.

Classes

class  scl::math::vec3< T >
 

Namespaces

namespace  scl
 
namespace  scl::math
 

Macros

#define SCL_VEC_XYZ(v)   SCL_VEC_XY(v), (v).GetZ()
 

Detailed Description

Euclidean 3D vector implementation module.

Author
Sabitov Kirill
Date
19 June 2022

Definition in file vec3.h.

Macro Definition Documentation

◆ SCL_VEC_XYZ

#define SCL_VEC_XYZ (   v)    SCL_VEC_XY(v), (v).GetZ()
  • 3D vector to 3 numbers convertion function.
Parameters
v- vector to convert.
Returns
3 numbers.

Definition at line 19 of file vec3.h.