This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
39558480 453f 07a7 3080 f826a9ce3007
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Build the reflection matrix of a mirror plane that passes through the origin.
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
- Vector3
- Mirror plane normal vector.
Matrix3
A mirror plane reflection matrix that passes through the origin.