Radium Engine  1.5.20
Loading...
Searching...
No Matches
Ra::Core::Geometry::TriangleToTriangleOutput Struct Reference

Structure holding the result of a triangle-to-triangle distance query. More...

#include <Core/Geometry/DistanceQueries.hpp>

+ Collaboration diagram for Ra::Core::Geometry::TriangleToTriangleOutput:

Public Attributes

Scalar distance
 
Scalar sqrDistance
 
Scalar triangleParameter1 [3]
 
Scalar triangleParameter2 [3]
 
Vector3 closestPoint [2]
 

Detailed Description

Structure holding the result of a triangle-to-triangle distance query.

Definition at line 123 of file DistanceQueries.hpp.

Member Data Documentation

◆ closestPoint

Vector3 Ra::Core::Geometry::TriangleToTriangleOutput::closestPoint[2]

Definition at line 128 of file DistanceQueries.hpp.

◆ distance

Scalar Ra::Core::Geometry::TriangleToTriangleOutput::distance

Definition at line 124 of file DistanceQueries.hpp.

◆ sqrDistance

Scalar Ra::Core::Geometry::TriangleToTriangleOutput::sqrDistance

Definition at line 125 of file DistanceQueries.hpp.

◆ triangleParameter1

Scalar Ra::Core::Geometry::TriangleToTriangleOutput::triangleParameter1[3]

Definition at line 126 of file DistanceQueries.hpp.

◆ triangleParameter2

Scalar Ra::Core::Geometry::TriangleToTriangleOutput::triangleParameter2[3]

Definition at line 127 of file DistanceQueries.hpp.


The documentation for this struct was generated from the following file: