public class FPoint3 : FVector3
Public Class FPoint3
Inherits FVector3
No code example is currently available or this language may not be supported.
FPoint3 | Create a new Instance of the FPoint3 Item. |
FPoint3(FPoint3) | Create a new Instance of the FPoint Item. |
FPoint3(FVector3) | Create a new Instance of the FPoint Item. |
FPoint3(Single, Single, Single) | Create a new Instance of the FPoint3 Item. |
Color | Get/Set a reference to the color of this line. |
ReadOnly |
Get/Set a value indicating whether this item is read-only.
(Inherited from FVector3) |
X |
Get/Set the x coordinate.
(Inherited from FVector3) |
Y |
Get/Set the y coordinate.
(Inherited from FVector3) |
Z |
Get/Set the y coordinate.
(Inherited from FVector3) |
Clone(FPoint3) | Return a memberwise clone of the provided point. |
Clone(FVector3) | Return a memberwise clone of the provided 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 FVector3Equals(Object)) |
Finalize | (Inherited from Object) |
GetHashCode |
Return the unique hash code for this instance.
(Overrides FVector3GetHashCode) |
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 FVector3) |
Parse | Parse a coordinate string and return its FPoint representation. |
Rotate(FPoint3, Single, Single, Single) | Rotate the caller's point around the origin. |
Rotate(Single, Single, Single, 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 FVector3) |
CoordinateChanged |
Fired when a coordinate has changed.
(Inherited from FVector3) |
Addition(FPoint3, FPoint3) | Return the result of the values of two points added together. |
Division(FPoint3, FPoint3) | Return the result of one point divided by the other. |
Equality(FPoint3, FPoint3) | Return a value indicating whether values of two points are equal. |
(FPoint to FPoint3) | Cast the FPoint instance to a FPoint3. |
Inequality(FPoint3, FPoint3) | Return a value indicating whether values of two points are not equal. |
Multiply(FPoint3, Single) | Return the result of a point multiplied by a scalar. |
Multiply(Single, FPoint3) | Return the result of a point multiplied by a scalar. |
Subtraction(FPoint3, FPoint3) | Return the result of one point subtracted from another. |
mReadOnly |
Private member for ReadOnly.
(Inherited from FVector3) |
mX |
Private member for X.
(Inherited from FVector3) |
mY |
Private member for Y.
(Inherited from FVector3) |
mZ |
Private member for Z.
(Inherited from FVector3) |