Home
last modified time | relevance | path

Searched defs:GetCurrentLength (Results 1 – 3 of 3) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChElementBar.h92 double GetCurrentLength() { return (nodes[1]->GetPos() - nodes[0]->GetPos()).Length(); } in GetCurrentLength() function
/dports/misc/box2d/box2d-2.4.1/src/dynamics/
H A Db2_distance_joint.cpp359 float b2DistanceJoint::GetCurrentLength() const in GetCurrentLength() function in b2DistanceJoint
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs63464 pub unsafe fn GetCurrentLength(&self) -> ::windows::runtime::Result<u32> { in GetCurrentLength() method