![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <cpg_3dvector.hpp>
Public Member Functions | |
constexpr | d3vctr (ElementType x, ElementType y=ElementType{}, ElementType z=ElementType{}) noexcept |
d3vctr (const d3vctr &)=default | |
d3vctr (d3vctr &&)=default | |
d3vctr & | operator (const d2vctr &)=default |
d3vctr & | operator (d2vctr &&)=default |
Protected Types | |
using | element_rows = std::vector< ElementType > |
Protected Attributes | |
element_rows | m_Xs |
element_rows | m_Ys |
element_rows | m_Zs |
Definition at line 17 of file cpg_3dvector.hpp.
|
protected |
Definition at line 20 of file cpg_3dvector.hpp.
|
inlineconstexprnoexcept |
Definition at line 25 of file cpg_3dvector.hpp.
|
default |
|
default |
|
default |
|
default |
|
protected |
Definition at line 22 of file cpg_3dvector.hpp.
|
protected |
Definition at line 22 of file cpg_3dvector.hpp.
|
protected |
Definition at line 22 of file cpg_3dvector.hpp.