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

39558480 453f 07a7 3080 f826a9ce3007

haplokuon edited this page May 6, 2023 · 1 revision

Reflection Method

netDxf 3.0.0 Library

Build the reflection matrix of a mirror plane that passes through the origin.

Definition

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

C#

public static Matrix3 Reflection(
	Vector3 normal
)

VB

Public Shared Function Reflection ( 
	normal As Vector3
) As Matrix3

C++

public:
static Matrix3 Reflection(
	Vector3 normal
)

F#

static member Reflection : 
        normal : Vector3 -> Matrix3 

Parameters

  Vector3
Mirror plane normal vector.

Return Value

Matrix3
A mirror plane reflection matrix that passes through the origin.

See Also

Reference

Matrix3 Structure
netDxf Namespace

Clone this wiki locally