Class Point2D Last update: 16.07.2025 Namespace: VM.Models.Pre.Force Assembly: VM.Models.Pre.Force.LeafSpring.dll public class Point2D Inheritance object ← Point2D Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Constructors Point2D(double, double) public Point2D(double dx, double dz) Parameters dx double dz double Properties X public double X { get; } Property Value double Z public double Z { get; } Property Value double