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
Properties
ExternalVolume
The external volume, ie the volume that this shape would displace.
public override Volume ExternalVolume { get; }
Property Value
Radius
public Length Radius { get; set; }
Property Value
RadiusOfGyration
public override Length RadiusOfGyration { get; }
Property Value
SurfaceArea
public override Area SurfaceArea { get; }