Ragdoll Workshop Documentation
Ragdoll Workshop Documentation
API Reference
Candlelight
FloatMatrix Class
FloatMatrix Constructor
FloatMatrix Constructor (IList(Single))
FloatMatrix Constructor (IList(Quaternion))
FloatMatrix Constructor (IList(Vector2))
FloatMatrix Constructor (IList(Vector3))
FloatMatrix Constructor (IList(Vector4))
FloatMatrix Constructor (Single[,])
FloatMatrix Constructor (Matrix4x4)
FloatMatrix Constructor (FloatMatrix)
FloatMatrix Constructor (Int32, Int32)
FloatMatrix Constructor (
Single
)
Initializes a new instance of the
FloatMatrix
class.
Namespace:
Candlelight
Assembly:
Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
FloatMatrix
(
float
[,]
data
)
Parameters
data
Type:
System
Single
Data matrix.
Exceptions
Exception
Condition
ArgumentNullException
Is thrown when data array is null.
ArgumentOutOfRangeException
Is thrown when data array has less than one element in either dimension.
See Also
Reference
FloatMatrix Class
FloatMatrix Overload
Candlelight Namespace
Report a problem with this page.
Copyright © 2011-2015 Candelight Interactive, LLC