SlopeInterceptItem(FVector2, FVector2) Constructor
Create a new Instance of the SlopeInterceptItem Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public SlopeInterceptItem(
FVector2 pointA,
FVector2 pointB
)
Public Sub New (
pointA As FVector2,
pointB As FVector2
)
No code example is currently available or this language may not be supported.
Parameters
- pointA FVector2
-
Reference to the first point of a cartesian line.
- pointB FVector2
-
Reference to the second point of a cartesian line.