Click or drag to resize

AbstractMapTPoint Methods

The AbstractMapTPoint generic type exposes the following members.

Methods
  NameDescription
Public methodAnchorCellBottom
Public methodAnchorCellBottomCenter
Public methodAnchorCellBottomLeft
Public methodAnchorCellBottomRight
Public methodAnchorCellCenter
Public methodAnchorCellLeft
Public methodAnchorCellMiddle
Public methodAnchorCellMiddleCenter
Public methodAnchorCellMiddleLeft
Public methodAnchorCellMiddleRight
Public methodAnchorCellRight
Public methodAnchorCellTop
Public methodAnchorCellTopCenter
Public methodAnchorCellTopLeft
Public methodAnchorCellTopRight
Public methodAnimate
Animates a according to a fixed function. This is useful for animating grids when the animation does not depend on any input.
Public methodCalcAnchorBottomLeft
Public methodCalcAnchorDimensions
Public methodCalcBottomLeft
Public methodCalcGridDimensions
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFlipXY
Public methodGetAnchorTranslation
Public methodGetCellDimensions
Public methodGetCellDimensions(TPoint)
Overrides this method to get custom Grid dimension calculations
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGridToWorld
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRawWorldToGrid
This method maps a world point to a grid point, assuming that the anchor point is centered in the cell.This will allow the index accessors[] to give correct results for any anchoring.
Public methodReflectAboutX
Public methodReflectAboutY
Public methodRotate
Public methodRotate180
Public methodRotate90
Public methodRotateAround
Public methodScale(Single)
Public methodScale(Vector2)
Public methodScale(Single, Single)
Public methodSetGridPointTransforms
Public methodTo3DXY
Makes a map that maps to 3D, with the grid positioned in the XY plane, with the z-coordinate 0.
Public methodTo3DXY(Single)
Makes a map that maps to 3D, with the grid positioned in the XY plane, with the given z-coordinate.
Public methodTo3DXZ
Makes a map that maps to 3D, with the grid positioned in the XZ plane, with the z-coordinate 0.
Public methodTo3DXZ(Single)
Makes a map that maps to 3D, with the grid positioned in the XZ plane, with the given z-coordinate.
Public methodToString (Inherited from Object.)
Public methodTranslate(Vector2)
Public methodTranslate(Single, Single)
Public methodTranslateX
Public methodTranslateY
Public methodWithWindow
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also