MCPcopy Create free account
hub / github.com/chigraph/chigraph / y

Method y

libchigraph/include/chi/NodeInstance.hpp:55–55  ·  view source on GitHub ↗

Get the Y location of the instance \return The Y coordinate

Source from the content-addressed store, hash-verified

53 /// Get the Y location of the instance
54 /// \return The Y coordinate
55 float y() const { return mY; }
56 /// Set the X location of the instance
57 /// \param newX The new X coordinate
58 void setX(float newX) { mX = newX; }

Callers 3

graphFunctionToJsonFunction · 0.80
NodeInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected