Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrComputeOffsetZero = fmt.Errorf("Cannot compute offset from zero-length line segment")
ErrComputeOffsetZero ...
View Source
var ErrNilSteric = fmt.Errorf("Steric is nil")
ErrNilSteric ...
View Source
var ErrNotInSlice = fmt.Errorf("Steric not in slice")
ErrNotInSlice ...
View Source
var ErrNotMatchType = fmt.Errorf("Operation does not support not match type arguments")
ErrNotMatchType ...
View Source
var ErrNotSupportCollection = fmt.Errorf("Operation does not support StericCollection arguments")
ErrNotSupportCollection ...
View Source
var ErrWrongExponent = fmt.Errorf("Exponent out of bounds")
ErrWrongExponent ...
View Source
var ErrWrongFractionRange = fmt.Errorf("Fraction is not in range (0.0 - 1.0]")
ErrWrongFractionRange ...
View Source
var ErrWrongTolerance = fmt.Errorf("Tolerance must be non-negative")
ErrWrongTolerance ...
View Source
var ErrWrongUsageFunc = fmt.Errorf("Wrong usage function")
ErrWrongUsageFunc ...
Functions ¶
func ErrorDimension ¶
func ErrorDimension(obj ...interface{}) error
ErrorDimension create new ErrorDimension by object.
func ErrorShouldBeLength9 ¶
func ErrorShouldBeLength9(obj ...interface{}) error
ErrorShouldBeLength9 create new ErrorshouldBeLength9 by object.
func ErrorUnknownDimension ¶
func ErrorUnknownDimension(obj ...interface{}) error
ErrorUnknownDimension create new ErrorUnknownDimension by object.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.