MeshLib
 
Loading...
Searching...
No Matches
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
15
16} //namespace MR
int FaceId
Definition MRDotNet/MRMeshFwd.h:53
represents a 3-dimentional float-typed vector
Definition MRDotNet/MRVector3.h:8
Definition MRCameraOrientationPlugin.h:7
Definition MRPointOnFace.h:11
FaceId face
Definition MRPointOnFace.h:12
Vector3f point
Definition MRPointOnFace.h:13