Table of Contents

Class SolidSphere

Namespace
H.Extensions.Unit
Assembly
H.Extensions.Unit.dll
public class SolidSphere : SolidShape
Inheritance
SolidSphere
Inherited Members
Extension Methods

Constructors

SolidSphere()

public SolidSphere()

SolidSphere(Mass, Length)

public SolidSphere(Mass m, Length r)

Parameters

m Mass
r Length

Properties

ExternalVolume

The external volume, ie the volume that this shape would displace.

public override Volume ExternalVolume { get; }

Property Value

Volume

Radius

public Length Radius { get; set; }

Property Value

Length

RadiusOfGyration

public override Length RadiusOfGyration { get; }

Property Value

Length

SurfaceArea

public override Area SurfaceArea { get; }

Property Value

Area