Uses of Record Class
dev.crafty.core.geometry.Point2d
Packages that use Point2d
-
Uses of Point2d in dev.crafty.core.geometry.polygons
Constructor parameters in dev.crafty.core.geometry.polygons with type arguments of type Point2d -
Uses of Point2d in dev.crafty.core.geometry.serializers
Methods in dev.crafty.core.geometry.serializers that return types with arguments of type Point2dModifier and TypeMethodDescriptionPoint2dSerializer.deserialize
(SectionWrapper section, String path) Point2dSerializer.getType()
Method parameters in dev.crafty.core.geometry.serializers with type arguments of type Point2dModifier and TypeMethodDescriptionvoid
Point2dSerializer.serialize
(ConfigSerializer.SerializationArgs<Point2d> args) Serializes a Point2d object into the given configuration section at the specified path.