M_Rhino_Geometry_Matrix__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

Matrix Constructor (Transform)

Initializes a new instance of the matrix based on a 4x4 matrix Transform.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Matrix(
	Transform xform
)

VB

Public Sub New ( 
	xform As Transform
)

Parameters

 

xform
Type: Rhino.Geometry.Transform
A 4x4 matrix to copy from.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Matrix Class
Matrix Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️