FMatrix4ColumnToPoint Method
Return a reference to a 3D point representing the values in the
specified column of the provided matrix.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FPoint3 ColumnToPoint(
FMatrix4 matrix,
int columnIndex
)
Public Shared Function ColumnToPoint (
matrix As FMatrix4,
columnIndex As Integer
) As FPoint3
No code example is currently available or this language may not be supported.
- matrix FMatrix4
-
Reference to the matrix containing the values to copy.
- columnIndex Int32
-
0-based ordinal index of the column to copy.
FPoint3
Reference to a new single precision floating-point 3D point containing
values from the specified column, if the matrix and column were
legitimate. Otherwise, an empty FPoint3.