[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt eine Kopie der Y-Z-Ebene x aus der 3D-Matrix zurück.

Namespace: DynamicNode.Types.Base
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)

Syntax

C#
public Matrix<T> CopyYZMatrix(
	int x
)
Visual Basic
Public Function CopyYZMatrix ( _
	x As Integer _
) As Matrix(Of T)
F#
member CopyYZMatrix : 
        x:int -> Matrix<'T> 

Parameters

x
Type: System..::..Int32
Der Index der Spalte.

Return Value

Eine Y-Z-Ebene der Matrix.

See Also