Class InnerComputationPoint1afp
- java.lang.Object
-
- org.arakhne.afc.math.geometry.d1.afp.InnerComputationPoint1afp
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Point1D<?,?,?>>,Point1D<InnerComputationPoint1afp,InnerComputationVector1afp,Segment1D<?,?>>,Tuple2D<InnerComputationPoint1afp>,JsonableObject
public class InnerComputationPoint1afp extends Object implements Point1D<InnerComputationPoint1afp,InnerComputationVector1afp,Segment1D<?,?>>
A point that is used for internal computations.- Since:
- 13.0
- Version:
- 17.0 2020-01-04 14:41:43
- Author:
- Stéphane GALLAND
- See Also:
- Serialized Form
- Maven Group Id:
- org.arakhne.afc.core
- Maven Artifact Id:
- mathgeom
-
-
Constructor Summary
Constructors Constructor Description InnerComputationPoint1afp(Segment1D<?,?> segment)Construct the point.InnerComputationPoint1afp(Segment1D<?,?> segment, double x, double y)Construct the point.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InnerComputationPoint1afpclone()Clone this point.GeomFactory1D<InnerComputationVector1afp,InnerComputationPoint1afp>getGeomFactory()Replies the geometry factory associated to this point.Segment1D<?,?>getSegment()Replies the segment.doublegetX()Get the x coordinate.doublegetY()Get the y coordinate.intix()Get the x coordinate.intiy()Get the y coordinate.voidset(Segment1D<?,?> segment, double curviline, double shift)Set this point from the given informations.voidsetX(double x)Set the x coordinate.voidsetX(int x)Set the x coordinate.voidsetY(double y)Set the y coordinate.voidsetY(int y)Set the y coordinate.voidtoJson(JsonBuffer buffer)Replies the Json representation of this node.StringtoString()UnmodifiablePoint1D<InnerComputationPoint1afp,InnerComputationVector1afp,Segment1D<?,?>>toUnmodifiable()Replies an unmodifiable copy of this point.-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.arakhne.afc.math.geometry.d1.Point1D
$minus, $minus, $minus, $plus, $plus, add, clamp, compareTo, epsilonEquals, equals, equals, getCurvilineCoordinate, getDistance, getDistanceCurviline, getDistanceL1, getDistanceLinf, getDistanceShift, getDistanceSquared, getLateralDistance, hashCode, isOnSameSegment, isOnSegment, operator_add, operator_elvis, operator_equals, operator_minus, operator_minus, operator_minus, operator_notEquals, operator_plus, operator_plus, operator_remove, operator_upTo, set, set, setCurvilineCoordinate, setLateralDistance, setSegment, sub
-
Methods inherited from interface org.arakhne.afc.math.geometry.d2.Tuple2D
absolute, absolute, add, add, addX, addX, addY, addY, clamp, clamp, clamp, clamp, clampMax, clampMax, clampMax, clampMax, clampMin, clampMin, clampMin, clampMin, epsilonEquals, equals, get, get, get, interpolate, interpolate, negate, negate, scale, scale, scale, scale, set, set, set, set, set, sub, sub, subX, subX, subY, subY
-
-
-
-
Constructor Detail
-
InnerComputationPoint1afp
public InnerComputationPoint1afp(Segment1D<?,?> segment)
Construct the point.- Parameters:
segment- the segment.
-
InnerComputationPoint1afp
public InnerComputationPoint1afp(Segment1D<?,?> segment, double x, double y)
Construct the point.- Parameters:
segment- the segment.x- x coordinatey- y coordinate
-
-
Method Detail
-
toJson
public void toJson(JsonBuffer buffer)
Description copied from interface:JsonableObjectReplies the Json representation of this node.- Specified by:
toJsonin interfaceJsonableObject- Parameters:
buffer- the Json buffer.
-
clone
public InnerComputationPoint1afp clone()
Description copied from interface:Tuple2DClone this point.- Specified by:
clonein interfaceTuple2D<InnerComputationPoint1afp>- Overrides:
clonein classObject- Returns:
- the clone.
-
getX
public double getX()
Description copied from interface:Tuple2DGet the x coordinate.- Specified by:
getXin interfaceTuple2D<InnerComputationPoint1afp>- Returns:
- the x coordinate.
-
ix
public int ix()
Description copied from interface:Tuple2DGet the x coordinate.- Specified by:
ixin interfaceTuple2D<InnerComputationPoint1afp>- Returns:
- the x coordinate.
-
setX
public void setX(int x)
Description copied from interface:Tuple2DSet the x coordinate.- Specified by:
setXin interfaceTuple2D<InnerComputationPoint1afp>- Parameters:
x- value to x coordinate.
-
setX
public void setX(double x)
Description copied from interface:Tuple2DSet the x coordinate.- Specified by:
setXin interfaceTuple2D<InnerComputationPoint1afp>- Parameters:
x- value to x coordinate.
-
getY
public double getY()
Description copied from interface:Tuple2DGet the y coordinate.- Specified by:
getYin interfaceTuple2D<InnerComputationPoint1afp>- Returns:
- the y coordinate.
-
iy
public int iy()
Description copied from interface:Tuple2DGet the y coordinate.- Specified by:
iyin interfaceTuple2D<InnerComputationPoint1afp>- Returns:
- the y coordinate.
-
setY
public void setY(int y)
Description copied from interface:Tuple2DSet the y coordinate.- Specified by:
setYin interfaceTuple2D<InnerComputationPoint1afp>- Parameters:
y- value to y coordinate.
-
setY
public void setY(double y)
Description copied from interface:Tuple2DSet the y coordinate.- Specified by:
setYin interfaceTuple2D<InnerComputationPoint1afp>- Parameters:
y- value to y coordinate.
-
getSegment
public Segment1D<?,?> getSegment()
Description copied from interface:Point1DReplies the segment.- Specified by:
getSegmentin interfacePoint1D<InnerComputationPoint1afp,InnerComputationVector1afp,Segment1D<?,?>>- Returns:
- the segment or
nullif the weak reference has lost the segment.
-
set
public void set(Segment1D<?,?> segment, double curviline, double shift)
Description copied from interface:Point1DSet this point from the given informations.- Specified by:
setin interfacePoint1D<InnerComputationPoint1afp,InnerComputationVector1afp,Segment1D<?,?>>- Parameters:
segment- the segmentcurviline- the curviline coordinateshift- the jutting coordinate
-
toUnmodifiable
public UnmodifiablePoint1D<InnerComputationPoint1afp,InnerComputationVector1afp,Segment1D<?,?>> toUnmodifiable()
Description copied from interface:Point1DReplies an unmodifiable copy of this point.- Specified by:
toUnmodifiablein interfacePoint1D<InnerComputationPoint1afp,InnerComputationVector1afp,Segment1D<?,?>>- Returns:
- an unmodifiable copy.
-
getGeomFactory
public GeomFactory1D<InnerComputationVector1afp,InnerComputationPoint1afp> getGeomFactory()
Description copied from interface:Point1DReplies the geometry factory associated to this point.- Specified by:
getGeomFactoryin interfacePoint1D<InnerComputationPoint1afp,InnerComputationVector1afp,Segment1D<?,?>>- Returns:
- the factory.
-
-