MeshLib Documentation
Loading...
Searching...
No Matches
MRMesh/MRPointOnFace.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRVector3.h"
4#include "MRId.h"
5
6namespace MR
7{
8
9// point located on some mesh face
11{
12 FaceId face;
13 Vector3f point;
14};
15
16} //namespace MR
Definition MRCameraOrientationPlugin.h:8
Definition MRMesh/MRPointOnFace.h:11
FaceId face
Definition MRMesh/MRPointOnFace.h:12
Vector3f point
Definition MRMesh/MRPointOnFace.h:13