Struct Spring
- Namespace
- DrawnUi.Infrastructure
- Assembly
- DrawnUi.Maui.dll
public struct Spring
- Inherited Members
- Extension Methods
Constructors
Spring(float, float, float)
public Spring(float mass, float stiffness, float dampingRatio)
Parameters
Properties
Damped
public static Spring Damped { get; }
Property Value
DampingRatio
public float DampingRatio { readonly get; set; }
Property Value
Default
public static Spring Default { get; }
Property Value
Mass
public float Mass { readonly get; set; }
Property Value
Stiffness
public float Stiffness { readonly get; set; }