VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgIntersectorResult.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
13 
15 
16 #include <osg/Vec3d>
17 #include <osg/Matrixd>
18 
19 namespace makVrv
20 {
26  {
27  public:
30  DtOsgIntersectorResult& operator=(const DtOsgIntersectorResult& orig);
31 
32  public:
33  // 3 points of the intersected triangle
34  std::vector<osg::Vec3d> myHitTriangle;
35 
36  // matrix transform from world to triangle local coordinates
37  osg::Matrixd myLocalToWorld;
38  };
39 }
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
std::vector< osg::Vec3d > myHitTriangle
Definition: DtOsgIntersectorResult.h:34
DtOsgIntersectorResult is the OSG-specific implementation of DtIntersectorResult; it is a container c...
Definition: DtOsgIntersectorResult.h:25
Descriptor for a single intersection result.
Definition: DtIntersectorResult.h:21
osg::Matrixd myLocalToWorld
Definition: DtOsgIntersectorResult.h:37
Contains DLL export macros.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)