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

9c327d93 2e8e 1a39 3936 bd9462582e46

haplokuon edited this page May 6, 2023 · 1 revision

RotationZ Method

netDxf 3.0.0 Library

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

Definition

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

C#

public static Matrix4 RotationZ(
	double angle
)

VB

Public Shared Function RotationZ ( 
	angle As Double
) As Matrix4

C++

public:
static Matrix4 RotationZ(
	double angle
)

F#

static member RotationZ : 
        angle : float -> Matrix4 

Parameters

  Double
The counter-clockwise angle in radians.

Return Value

Matrix4
The resulting Matrix4 instance.

Remarks

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

See Also

Reference

Matrix4 Structure
netDxf Namespace

Clone this wiki locally