Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ length
Method
length
src/utilities/geometry/Vector3d.cpp:117–119 ·
view source on GitHub ↗
get length
Source
from the content-addressed store, hash-verified
115
116
/// get length
117
double Vector3d::length() const {
118
return norm_2(m_storage);
119
}
120
121
/// set length
122
bool Vector3d::setLength(double newLength) {
Callers
14
getArea
Function · 0.45
removeCollinearLegacy
Function · 0.45
getDistancePointToLineSegment
Function · 0.45
getDistancePointToTriangle
Function · 0.45
getLinearAlpha
Function · 0.45
pointOnPlane
Method · 0.45
TEST_F
Function · 0.45
pointEqual
Function · 0.45
vectorEqual
Function · 0.45
checksum
Function · 0.45
toPath
Function · 0.45
checksum_direct
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36