MeVisLab Scripting Reference
MLWEMIntersectionWrapper Class Reference

Inherits QObject.

Properties

QList< double > baryCoord
 
QList< double > faceNormal
 
double hitDistance
 
unsigned int patchIndex
 
QList< double > position
 
unsigned int triangleIndex
 

Detailed Description

Result of a WEMBoundingVolumeHierarchy intersection.

Property Documentation

◆ baryCoord

QList<double> MLWEMIntersectionWrapper::baryCoord
read

The barycentric coordinate of the intersection.

◆ faceNormal

QList<double> MLWEMIntersectionWrapper::faceNormal
read

The face normal of the intersection.

◆ hitDistance

double MLWEMIntersectionWrapper::hitDistance
read

The hit distance of the intersection.

◆ patchIndex

unsigned int MLWEMIntersectionWrapper::patchIndex
read

The WEM patch index.

◆ position

QList<double> MLWEMIntersectionWrapper::position
read

The position of the intersection.

◆ triangleIndex

unsigned int MLWEMIntersectionWrapper::triangleIndex
read

The triangle index in the patch.