MeshLib C Docs
Loading...
Searching...
No Matches
MRIntersection.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_LineSegm2f MR_LineSegm2f; // Defined in `#include <MRCMesh/MRLineSegm.h>`.
10typedef struct MR_std_optional_MR_Vector2f MR_std_optional_MR_Vector2f; // Defined in `#include <MRCMisc/std_optional_MR_Vector2f.h>`.
11
12
20
21#ifdef __cplusplus
22} // extern "C"
23#endif
struct MR_std_optional_MR_Vector2f MR_std_optional_MR_Vector2f
Definition MRCNCMachineSettings.h:16
struct MR_LineSegm2f MR_LineSegm2f
Definition MRIntersection.h:9
MRC_API MR_std_optional_MR_Vector2f * MR_intersection(const MR_LineSegm2f *segm1, const MR_LineSegm2f *segm2)
#define MRC_API
Definition exports.h:11