MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / Triangle

Method Triangle

examples/src/json_traits_variant_examples.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110 public:
111 Triangle(double height, double width)
112 : height_(height), width_(width)
113 {
114 }
115
116 double height() const
117 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected