KiCad PCB EDA Suite
Loading...
Searching...
No Matches
nlohmann::adl_serializer< VECTOR3D > Struct Reference

Static Public Member Functions

static void from_json (const json &j, VECTOR3D &s)
 
static void to_json (json &j, const VECTOR3D &s)
 

Detailed Description

Definition at line 30 of file job_pcb_render.cpp.

Member Function Documentation

◆ from_json()

static void nlohmann::adl_serializer< VECTOR3D >::from_json ( const json &  j,
VECTOR3D s 
)
inlinestatic

Definition at line 32 of file job_pcb_render.cpp.

References VECTOR3< T >::x, VECTOR3< T >::y, and VECTOR3< T >::z.

◆ to_json()

static void nlohmann::adl_serializer< VECTOR3D >::to_json ( json &  j,
const VECTOR3D s 
)
inlinestatic

Definition at line 42 of file job_pcb_render.cpp.

References VECTOR3< T >::x, VECTOR3< T >::y, and VECTOR3< T >::z.


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