AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
TriaxialCrossSensitivity.h
Go to the documentation of this file.
1/*
2Copyright 2007-2025. Algoryx Simulation AB.
3
4All AGX source code, intellectual property, documentation, sample code,
5tutorials, scene files and technical white papers, are copyrighted, proprietary
6and confidential material of Algoryx Simulation AB. You may not download, read,
7store, distribute, publish, copy or otherwise disseminate, use or expose this
8material unless having a written signed agreement with Algoryx Simulation AB, or having been
9advised so by Algoryx Simulation AB for a time limited evaluation, or having purchased a
10valid commercial license from Algoryx Simulation AB.
11
12Algoryx Simulation AB disclaims all responsibilities for loss or damage caused
13from using this software, unless otherwise stated in written agreements with
14Algoryx Simulation AB.
15*/
16#pragma once
17#include <agxSensor/export.h>
18
19#include <agx/Matrix3x3.h>
20
21namespace agxSensor
22{
27 {
28 public:
34 TriaxialCrossSensitivity( agx::Real crossSensitivity = 0.01 );
35
42
47
48 private:
49 agx::Matrix3x3 m_crossAxisMatrix;
50 };
51}
#define AGXSENSOR_EXPORT
Specification of cross sensitivity between tree axis.
TriaxialCrossSensitivity(agx::Real crossSensitivity=0.01)
Constructs a triaxial cross sensitivity based by applying the common crossSensitivity to the interact...
TriaxialCrossSensitivity(agx::Matrix3x3 crossSensitivity)
Constructs a triaxial cross sensitivity directly with the given matrix.
agx::Matrix3x3 getCrossAxisMatrix() const
The agxSensor namespace contains components to model real-time sensors connected to the physics of AG...
double Real
Definition: Real.h:41