|
Matrix4x4UnaryNegation Operator
|
Returns a new matrix with the negated elements of the given matrix.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static Matrix4x4 operator -(
Matrix4x4 value
)
Public Shared Operator - (
value As Matrix4x4
) As Matrix4x4
public:
static Matrix4x4 operator -(
Matrix4x4 value
)
static let inline (-)
value : Matrix4x4 : Matrix4x4
Parameters
- value
- Type: Karamba.GeometryMatrix4x4
The source matrix.
Return Value
Type:
Matrix4x4The negated matrix.
See Also