MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / ClearPivot

Method ClearPivot

Source/Objects/envobject.cpp:1866–1868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1864}
1865
1866void PlantComponent::ClearPivot() {
1867 pivot = vec3(0.0f);
1868}
1869
1870bool PlantComponent::IsActive() {
1871 static const float _angle_threshold = 0.0001f;

Callers 1

MovedMethod · 0.80

Calls 1

vec3Class · 0.50

Tested by

no test coverage detected