Home
last modified time | relevance | path

Searched refs:VAngle (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Dpolygon3.h219 ScalarType VAngle=vcg::Angle(dir0,dir1); in PolyAngleDeviation() local
220 assert(VAngle>=0); in PolyAngleDeviation()
221 ScalarType VAngleDiff=fabs(VAngle-IdealAngle); in PolyAngleDeviation()
/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Dpolygon3.h223 ScalarType VAngle=vcg::Angle(dir0,dir1); in PolyAngleDeviation() local
224 assert(VAngle>=0); in PolyAngleDeviation()
225 ScalarType VAngleDiff=fabs(VAngle-IdealAngle); in PolyAngleDeviation()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/include/
H A Dmath.inc230 #macro VAngle(V1, V2) acos(min(1, vdot(vnormalize(V1), vnormalize(V2)))) #end
240 // zero, the same result you will get with the VAngle() macros.
/dports/graphics/povray37/povray-3.7.0.10/distribution/include/
H A Dmath.inc230 #macro VAngle(V1, V2) acos(min(1, vdot(vnormalize(V1), vnormalize(V2)))) #end
240 // zero, the same result you will get with the VAngle() macros.
/dports/graphics/povray36/povray-3.6.1/include/
H A Dmath.inc225 #macro VAngle(V1, V2) acos(min(1, vdot(vnormalize(V1), vnormalize(V2)))) #end
235 // zero, the same result you will get with the VAngle() macros.
/dports/cad/py-ezdxf/ezdxf-0.16.3/integration_tests/data/
H A DXRECORD_2.bin84 …ȑngle>0.0</UAngle>^M^J^I^Iap TAȑnVropȑ^I^I^Ipȑ﷽﷽<ȑ^I^I^I^I app=ȑ^I<VAngle>0.0</VAngle>^M^J^I^I^I^I…
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_00_dxf_low_level_structs/
H A DXRECORD_2.bin84 …ȑngle>0.0</UAngle>^M^J^I^Iap TAȑnVropȑ^I^I^Ipȑ﷽﷽<ȑ^I^I^I^I app=ȑ^I<VAngle>0.0</VAngle>^M^J^I^I^I^I…
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/colorfx/
H A Dregionstyles.h368 const double VAngle, const double Thickness);
H A Dregionstyles.cpp1367 const double VDist, const double VAngle, in TCheckedFillStyle() argument
1374 , m_VAngle(VAngle) in TCheckedFillStyle()