Struct SplineValue.TwoPoint Last update: 16.07.2025 Namespace: VM.Managed.DAFUL Assembly: VMDSB.dll This base class is to represent the two point in spline value. public struct SplineValue.TwoPoint Constructors TwoPoint(double, double) Initializes a new instance of the struct. public TwoPoint(double dx, double dy) Parameters dx double The dx. dy double The dy. Fields m_dX x value public double m_dX Field Value double m_dY y value public double m_dY Field Value double