Home
last modified time | relevance | path

Searched refs:transformPlane (Results 1 – 17 of 17) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/nvtt/nvmath/
H A DPlane.cpp8 Plane transformPlane(const Matrix& m, Plane::Arg p) in transformPlane() function
H A DPlane.h73 Plane transformPlane(const Matrix&, Plane::Arg);
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/nvtt/src/src/nvmath/
H A DPlane.cpp8 Plane transformPlane(const Matrix& m, Plane::Arg p) in transformPlane() function
H A DPlane.h73 Plane transformPlane(const Matrix&, Plane::Arg);
/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/src/nvmath/
H A DPlane.cpp8 Plane transformPlane(const Matrix& m, Plane::Arg p) in transformPlane() function
H A DPlane.h73 Plane transformPlane(const Matrix&, Plane::Arg);
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/nvmath/
H A Dplane.h33 Plane transformPlane(const Matrix &, const Plane &);
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/nvmath/
H A Dplane.h33 Plane transformPlane(const Matrix &, const Plane &);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/common/
H A Dtest_eigen.cpp871 TEST (PCL, transformPlane) in TEST() argument
889 pcl::transformPlane (plane, plane, transformation); in TEST()
897 pcl::transformPlane (plane, plane, transformationd); in TEST()
913 pcl::transformPlane (plane, plane, transformation); in TEST()
921 pcl::transformPlane (plane, plane, transformationd); in TEST()
941 pcl::transformPlane (plane, plane, transformation); in TEST()
949 pcl::transformPlane (plane, plane, transformationd); in TEST()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/common/
H A Deigen.h439 transformPlane (const Eigen::Matrix<Scalar, 4, 1> &plane_in,
454 transformPlane (const pcl::ModelCoefficients::ConstPtr plane_in,
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/common/impl/
H A Deigen.hpp758 transformPlane (const Eigen::Matrix<Scalar, 4, 1> &plane_in, in transformPlane() function
775 transformPlane (const pcl::ModelCoefficients::ConstPtr plane_in, in transformPlane() function
781 pcl::transformPlane (v_plane_in, v_plane_in, transformation); in transformPlane()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DSViewFrustum.h151 mat.transformPlane(planes[i]); in transform()
H A Dmatrix4.h239 void transformPlane( core::plane3d<f32> &plane) const;
242 void transformPlane( const core::plane3d<f32> &in, core::plane3d<f32> &out) const;
1246 inline void CMatrix4<T>::transformPlane( core::plane3d<f32> &plane) const in transformPlane() function
1262 …inline void CMatrix4<T>::transformPlane( const core::plane3d<f32> &in, core::plane3d<f32> &out) co… in transformPlane() function
1265 transformPlane( out ); in transformPlane()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DSViewFrustum.h151 mat.transformPlane(planes[i]); in transform()
H A Dmatrix4.h232 void transformPlane( core::plane3d<f32> &plane) const;
235 void transformPlane( const core::plane3d<f32> &in, core::plane3d<f32> &out) const;
1179 inline void CMatrix4<T>::transformPlane( core::plane3d<f32> &plane) const in transformPlane() function
1195 …inline void CMatrix4<T>::transformPlane( const core::plane3d<f32> &in, core::plane3d<f32> &out) co… in transformPlane() function
1198 transformPlane( out ); in transformPlane()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCSoftwareDriver.cpp508 worldinv.transformPlane(frustum.planes[p+1], planes[p]); in drawClippedIndexedTriangleListT()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/
H A DCHANGES.md91 * Correct typo in `transformPlane` [[#4396](https://github.com/PointCloudLibrary/pcl/pull/4396)]
1164 * Relax requirements in eigen22d test. Always provide a normalized result in `pcl::transformPlane`.…
1490 * Relax requirements in eigen22d test. Always provide a normalized result in `pcl::transformPlane`.…