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
6
extern
"C"
{
7
#endif
8
9
typedef
struct
MR_LineSegm2f
MR_LineSegm2f
;
// Defined in `#include <MRCMesh/MRLineSegm.h>`.
10
typedef
struct
MR_std_optional_MR_Vector2f
MR_std_optional_MR_Vector2f
;
// Defined in `#include <MRCMisc/std_optional_MR_Vector2f.h>`.
11
12
19
MRC_API
MR_std_optional_MR_Vector2f
*
MR_intersection
(
const
MR_LineSegm2f
*segm1,
const
MR_LineSegm2f
*segm2);
20
21
#ifdef __cplusplus
22
}
// extern "C"
23
#endif
MR_std_optional_MR_Vector2f
struct MR_std_optional_MR_Vector2f MR_std_optional_MR_Vector2f
Definition
MRCNCMachineSettings.h:16
MR_LineSegm2f
struct MR_LineSegm2f MR_LineSegm2f
Definition
MRIntersection.h:9
MR_intersection
MRC_API MR_std_optional_MR_Vector2f * MR_intersection(const MR_LineSegm2f *segm1, const MR_LineSegm2f *segm2)
exports.h
MRC_API
#define MRC_API
Definition
exports.h:11
MeshLib
Cbindings
MRCMesh
MRIntersection.h
Generated by
1.11.0