Skip to content

M_Rhino_Geometry_Matrix__ctor

Will Pearson edited this page Aug 12, 2016 · 2 revisions

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

Clone this wiki locally