Click or drag to resize

GH_Matrix Class

Represents a rectangular numeric matrix. GH_Integer re-implements Rhino.Geometry.Matrix.
Inheritance Hierarchy
SystemObject
  Grasshopper.Kernel.TypesGH_GooMatrix
    Grasshopper.Kernel.TypesGH_Matrix

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_Matrix : GH_Goo<Matrix>

The GH_Matrix type exposes the following members.

Constructors
  NameDescription
Public methodGH_Matrix
Blank constructor
Public methodGH_Matrix(GH_Matrix)
Initializes a new instance of the GH_Matrix class
Public methodGH_Matrix(Matrix)
Initializes a new instance of the GH_Matrix class
Top
Properties
Methods
  NameDescription
Public methodCastFrom (Overrides GH_GooTCastFrom(Object).)
Public methodCastToQ(Q)
Attempt a cast to type Q.
(Inherited from GH_GooT.)
Public methodCastToT(T) (Overrides GH_GooTCastToQ(Q).)
Public methodStatic memberCloneMatrix
Duplicates a Matrix.
Public methodDuplicate (Overrides GH_GooTDuplicate.)
Public methodDuplicateMatrix
Public methodEmitProxy
Create a new proxy for this instance. Return Null if this class does not support proxies.
(Inherited from GH_GooT.)
Public methodRead (Overrides GH_GooTRead(GH_IReader).)
Public methodScriptVariable (Overrides GH_GooTScriptVariable.)
Public methodToString (Overrides GH_GooTToString.)
Public methodWrite (Overrides GH_GooTWrite(GH_IWriter).)
Top
Fields
See Also