Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

3288c53a 2161 41ba 986a a374e8f20196

haplokuon edited this page May 6, 2023 · 1 revision

RotationX Method

netDxf 3.0.0 Library

Builds a rotation matrix for a rotation around the x-axis.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static Matrix3 RotationX(
	double angle
)

VB

Public Shared Function RotationX ( 
	angle As Double
) As Matrix3

C++

public:
static Matrix3 RotationX(
	double angle
)

F#

static member RotationX : 
        angle : float -> Matrix3 

Parameters

  Double
The counter-clockwise angle in radians.

Return Value

Matrix3
The resulting Matrix3 instance.

Remarks

Matrix3 adopts the convention of using column vectors to represent a transformation matrix.

See Also

Reference

Matrix3 Structure
netDxf Namespace

Clone this wiki locally