Click or drag to resize

Matrix3x2CreateSkew Method (Double, Double, Vector2)

Creates a skew matrix from the given angles in radians and a center point.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix3x2 CreateSkew(
	double radiansX,
	double radiansY,
	Vector2 centerPoint
)

Parameters

radiansX
Type: SystemDouble
The X angle, in radians.
radiansY
Type: SystemDouble
The Y angle, in radians.
centerPoint
Type: Karamba.GeometryVector2
The center point.

Return Value

Type: Matrix3x2
A skew matrix.
See Also