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 416
fce105b3 315d 87ae b8ce ea926d5e925c
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 a point.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Matrix4 Reflection(
Vector3 normal,
Vector3 point
)
VB
Public Shared Function Reflection (
normal As Vector3,
point As Vector3
) As Matrix4
C++
public:
static Matrix4 Reflection(
Vector3 normal,
Vector3 point
)
F#
static member Reflection :
normal : Vector3 *
point : Vector3 -> Matrix4
Matrix4
A mirror plane reflection matrix that passes through a point.