Searched defs:NormalEx (Results 1 – 1 of 1) sorted by relevance
63 struct NormalEx final : public Serializable { struct in SerializableTest65 std::vector<Normal> normals {Normal(), Normal()};66 Normal normal;67 int32_t count = 123;68 std::string name = "wdt";69 bool Marshal(json &node) const override in Marshal()77 bool Unmarshal(const json &node) override in Unmarshal()85 bool operator==(const NormalEx &normalEx) const in operator ==()