Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ normalize
Method
normalize
src/utilities/geometry/Vector3d.cpp:107–109 ·
view source on GitHub ↗
normalize to one
Source
from the content-addressed store, hash-verified
105
106
/// normalize to one
107
bool Vector3d::normalize() {
108
return setLength(1.0);
109
}
110
111
/// get a vector which is the reverse of this
112
Vector3d Vector3d::reverseVector() const {
Callers
8
isConvex
Method · 0.45
rotation
Method · 0.45
alignZPrime
Method · 0.45
getOutwardNormal
Function · 0.45
removeCollinearLegacy
Function · 0.45
getAngle
Function · 0.45
Plane
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36