Table of Contents

Operator operator /

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

operator /(Matrixf33, int)

public static Matrixf33 operator /(Matrixf33 point, int n)

Parameters

point Matrixf33
n int

Returns

Matrixf33

operator /(Matrixf33, Matrixf33)

public static Matrixf33 operator /(Matrixf33 point1, Matrixf33 point2)

Parameters

point1 Matrixf33
point2 Matrixf33

Returns

Matrixf33