Click or drag to resize

MatrixExtensionsMul Method (GridPoint2, Matrixi22)

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static GridPoint2 Mul(
	this GridPoint2 v,
	Matrixi22 m
)

Parameters

v
Type: Gamelogic.Grids2GridPoint2
m
Type: Gamelogic.Grids2Matrixi22

Return Value

Type: GridPoint2

Usage Note

In C#, you can call this method as an instance method on any object of type GridPoint2. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also