Table of Contents

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

mass float
stiffness float
dampingRatio float

Properties

Damped

public static Spring Damped { get; }

Property Value

Spring

DampingRatio

public float DampingRatio { readonly get; set; }

Property Value

float

Default

public static Spring Default { get; }

Property Value

Spring

Mass

public float Mass { readonly get; set; }

Property Value

float

Stiffness

public float Stiffness { readonly get; set; }

Property Value

float