Click or drag to resize

RcMatrix4x4f Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxis.DotRecast.Core.NumericsRcMatrix4x4f

Namespace: NeoAxis.DotRecast.Core.Numerics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public struct RcMatrix4x4f

The RcMatrix4x4f type exposes the following members.

Constructors
 NameDescription
Public methodRcMatrix4x4f(Single)Initializes a new instance of the RcMatrix4x4f class
Public methodRcMatrix4x4f(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)Initializes a new instance of the RcMatrix4x4f class
Top
Properties
 NameDescription
Public propertyStatic memberIdentity 
Public propertyIsIdentity 
Top
Methods
 NameDescription
Public methodCopyTo 
Public methodStatic memberCreateFromRotate 
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberMul(RcMatrix4x4f, RcMatrix4x4f) 
Public methodStatic memberMul(Single, Single) 
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldM11 
Public fieldM12 
Public fieldM13 
Public fieldM14 
Public fieldM21 
Public fieldM22 
Public fieldM23 
Public fieldM24 
Public fieldM31 
Public fieldM32 
Public fieldM33 
Public fieldM34 
Public fieldM41 
Public fieldM42 
Public fieldM43 
Public fieldM44 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also