Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kilonewton ¶
type Kilonewton float64
func (Kilonewton) String ¶
func (kN Kilonewton) String() string
func (Kilonewton) ToNewton ¶
func (kN Kilonewton) ToNewton() Newton
type Metre ¶
type Metre float64
func (Metre) ToMillimetre ¶
func (m Metre) ToMillimetre() Millimetre
type Millimetre ¶
type Millimetre float64
func (Millimetre) String ¶
func (m Millimetre) String() string
func (Millimetre) ToMetre ¶
func (mm Millimetre) ToMetre() Metre
type Newton ¶
type Newton float64
func (Newton) ToKilonewton ¶
func (N Newton) ToKilonewton() Kilonewton
type RadiusOfGyration ¶
type RadiusOfGyration struct {
XX, YY float64
}
type SecondMomentOfArea ¶
type SecondMomentOfArea struct {
XX, YY float64
}
type SurfaceArea ¶
type SurfaceArea float64
Click to show internal directories.
Click to hide internal directories.