imbSCI - Coding for Science - Foundation
imbSCI - Coding for Science - Foundation
imbSCI Namespaces
imbSCI.Core Namespaces
imbSCI.Core.math Namespaces
imbSCI.Core.math.transformation
circularDisplacer Class
circularDisplacer Properties
Item Property
points Property
circularDisplacer
Item Property
imbSCI
|
imbACE
|
imbNLP
|
imbWEM
|
imbWBI
Gets the
PointF
with central offset of a
circularDisplacer
nestPoint
, identified by
nestID
.
Namespace:
imbSCI.Core.math.transformation
Assembly:
imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
Copy
public
PointF
this
[
int
nestID
] {
get
; }
Request Example
View Source
Parameters
nestID
Type:
System
Int32
The nest identifier (from 0 to nest count-1). If negative value, it is interpreted as selecting the nest from end of the list, not from the begining.
Property Value
Type:
PointF
The
PointF
, describing X,Y offset from central point of the
circularDisplacer
instance and
circularDisplacer
nestPoint
identified by
nestID
.
Return Value
Type:
PointF
Point with X and Y axis central point offset.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
nestID - There are no nestpoints defined in this instance! Seems you are using wrong constructor/instancing approach.
See Also
Reference
circularDisplacer Class
imbSCI.Core.math.transformation Namespace
Coding For Science - imbVeles Open Source Framework - Goran Grubić : 2017-2018
Project web site
Copyright (c) 2018 - GNU General Public License v3.0
Send comments on this topic to
hardy@veles.rs