sculpto
Classes | Namespaces | Macros
vec4.h File Reference

Euclidean 4D vector implementation module. More...

#include "math_common.h"

Go to the source code of this file.

Classes

class  scl::math::vec4< T >
 

Namespaces

namespace  scl
 
namespace  scl::math
 

Macros

#define SCL_VEC_XYZW(v)   SCL_VEC_XYZ(v), (v).GetW()
 

Detailed Description

Euclidean 4D vector implementation module.

Author
Sabitov Kirill
Date
19 June 2022

Definition in file vec4.h.

Macro Definition Documentation

◆ SCL_VEC_XYZW

#define SCL_VEC_XYZW (   v)    SCL_VEC_XYZ(v), (v).GetW()
  • 4D vector to 4 numbers convertion function.
Parameters
v- vector to convert.
Returns
4 numbers.

Definition at line 19 of file vec4.h.