public class FPoint : FVector2
Public Class FPoint
Inherits FVector2
No code example is currently available or this language may not be supported.
FPoint | Create a new Instance of the FPoint Item. |
FPoint(FPoint) | Create a new Instance of the FPoint Item. |
FPoint(FVector2) | Create a new Instance of the FPoint Item. |
FPoint(Single, Single) | Create a new Instance of the FPoint Item. |
ReadOnly |
Get/Set a value indicating whether this item is read-only.
(Inherited from FVector2) |
X |
Get/Set the X value of the coordinate.
(Inherited from FVector2) |
Y |
Get/Set the Y value of the coordinate.
(Inherited from FVector2) |
Clone | Return a memberwise clone of the provided point. |
ClosestPoint | Return the closest point to the check-point. |
Delta | Return the coordinate difference between two points. |
Equals |
Return a value indicating whether this item's members are equal to the
members of the caller's item.
(Overrides FVector2Equals(Object)) |
Finalize | (Inherited from Object) |
GetHashCode |
Return the unique hash code for this instance.
(Overrides FVector2GetHashCode) |
GetType | (Inherited from Object) |
Invert | Invert the values of the caller's coordinate. |
MemberwiseClone | (Inherited from Object) |
MiddlePoint | Return the middle coordinate between two points. |
Offset | Return a new instance the caller's point, translated by the specified offset. |
OnCoordinateChanged |
Raise the CoordinateChanged event whenever coordinates have changed.
(Inherited from FVector2) |
Parse | Parse a coordinate string and return its FPoint representation. |
Rotate(FPoint, Single) | Rotate the caller's point around the origin. |
Rotate(Single, Single, Single) | Rotate the caller's point around the origin. |
Scale | Scale the caller's point by a uniform factor. |
ToString |
Return the string representation of this item.
(Inherited from FVector2) |
TransferValues | Transfer member values to the specified target. |
CoordinateChanged |
Fired when a coordinate has changed.
(Inherited from FVector2) |
Addition(FPoint, FPoint) | Return the result of the values of two points added together. |
Multiply(FPoint, Single) | Return the result of a point multiplied by a scalar. |
Multiply(Single, FPoint) | Return the result of a point multiplied by a scalar. |
Subtraction(FPoint, FPoint) | Return the result of one point subtracted from another. |
mReadOnly |
Private member for ReadOnly.
(Inherited from FVector2) |
mX |
Private member for X.
(Inherited from FVector2) |
mY |
Private member for Y.
(Inherited from FVector2) |