Click or drag to resize

IPolarMapTPoint Methods

The IPolarMapTPoint generic type exposes the following members.

Methods
  NameDescription
Public methodAnchorCellBottom
Returns an IMap that anchors the grid cells to the bottom.
(Inherited from IMapTPoint.)
Public methodAnchorCellBottomCenter
Returns an IMap that anchors the grid cells to the bottom center.
(Inherited from IMapTPoint.)
Public methodAnchorCellBottomLeft
Returns an IMap that anchors the grid cells to the bottom left.
(Inherited from IMapTPoint.)
Public methodAnchorCellBottomRight
Returns an IMap that anchors the grid cells to the bottom right.
(Inherited from IMapTPoint.)
Public methodAnchorCellCenter
Returns an IMap that anchors the grid cells horizontally to the center.
(Inherited from IMapTPoint.)
Public methodAnchorCellLeft
Returns an IMap that anchors the grid cells to the left.
(Inherited from IMapTPoint.)
Public methodAnchorCellMiddle
Returns an IMap that anchors the grid cells vertically to the middle.
(Inherited from IMapTPoint.)
Public methodAnchorCellMiddleCenter
Returns an IMap that anchors the grid cells to the middle center.
(Inherited from IMapTPoint.)
Public methodAnchorCellMiddleLeft
Returns an IMap that anchors the grid cells to the middle left.
(Inherited from IMapTPoint.)
Public methodAnchorCellMiddleRight
Returns an IMap that anchors the grid cells to the middle right.
(Inherited from IMapTPoint.)
Public methodAnchorCellRight
Returns an IMap that anchors the grid cells to the right.
(Inherited from IMapTPoint.)
Public methodAnchorCellTop
Returns an IMap that anchors the grid cells to the top.
(Inherited from IMapTPoint.)
Public methodAnchorCellTopCenter
Returns an IMap that anchors the grid cells vertically to the top center.
(Inherited from IMapTPoint.)
Public methodAnchorCellTopLeft
Returns an IMap that anchors the grid cells vertically to the top left.
(Inherited from IMapTPoint.)
Public methodAnchorCellTopRight
Returns an IMap that anchors the grid cells vertically to the top right.
(Inherited from IMapTPoint.)
Public methodCalcAnchorBottomLeft (Inherited from IMapTPoint.)
Public methodCalcAnchorDimensions (Inherited from IMapTPoint.)
Public methodCalcBottomLeft (Inherited from IMapTPoint.)
Public methodCalcGridDimensions (Inherited from IMapTPoint.)
Public methodFlipXY
Returns an IMap where grid cells positioned with x-and y-coordinates (in world space) flipped.
(Inherited from IMapTPoint.)
Public methodGetAnchorTranslation (Inherited from IMapTPoint.)
Public methodGetCellDimensions (Inherited from IMapTPoint.)
Public methodGetCellDimensions(TPoint) (Inherited from IMapTPoint.)
Public methodGetEndAngleZ
Returns the Z angle in degrees of the given grid point at the end of the sector. This is useful for making a mesh for the sector band, for instance.
Public methodGetInnerRadius
Gets the inside radius of the band ath the given grid point.
Public methodGetOuterRadius
Gets the outside radius of the band ath the given grid point.
Public methodGetStartAngleZ
Returns the Z angle in degrees of the given grid point at the start of the sector. This is useful for making a mesh for the sector band, for instance.
Public methodGridToWorld
This method maps a grid point to a world point.
(Inherited from IMapTPoint.)
Public methodRawWorldToGrid
This method maps a world point to a grid point without making any compensation based on the anchoring. This method should be used for calculations in maps, rather than the index methods. (The index methods do the anchor compensation.If you use that method instead of this one internally, you may compensate more than one time.
(Inherited from IMapTPoint.)
Public methodReflectAboutX
Returns an IMap where grid cells are reflected about the X-point in world space.
(Inherited from IMapTPoint.)
Public methodReflectAboutY
Returns an IMap where grid cells are reflected about the Y-point in world space.
(Inherited from IMapTPoint.)
Public methodRotate
Returns an IMap where grid cells are rotated about the origin by the given angle.
(Inherited from IMapTPoint.)
Public methodRotate180
Returns an IMap where grid cells are scaled about the origin by 180 degrees.
(Inherited from IMapTPoint.)
Public methodRotate90
Returns an IMap where grid cells are rotated about the origin by 90 degrees.
(Inherited from IMapTPoint.)
Public methodRotateAround
Returns an IMap where grid cells are rotated about the given point by the given angle.
(Inherited from IMapTPoint.)
Public methodScale(Single)
Returns an IMap where grid cells are scaled by factor.
(Inherited from IMapTPoint.)
Public methodScale(Vector2) (Inherited from IMapTPoint.)
Public methodScale(Single, Single)
Returns an IMap where grid cells are scaled by the factors in each direction.
(Inherited from IMapTPoint.)
Public methodSetGridPointTransforms (Inherited from IMapTPoint.)
Public methodTo3DXY
The same as To3DX(float z), but with z set to 0.
(Inherited from IMapTPoint.)
Public methodTo3DXY(Single)
Returns a IMap3D which maps a grid point to Vector3 instead of Vector2. The vector3 is the same as the Vector2 that this map would return, with the z set to the given value.
(Inherited from IMapTPoint.)
Public methodTo3DXZ
The same as To3DZ(float y), but with y set to 0.
(Inherited from IMapTPoint.)
Public methodTo3DXZ(Single)
Returns a IMap3D which maps a grid point to Vector3 instead of Vector2. The vector3 is the same as the Vector2 that this map would return, with z of the Vector3 corresponding to y of the Vector2, and with the y set to the given value.
(Inherited from IMapTPoint.)
Public methodTranslate(Vector2)
Returns an IMap where grid cells are translated by the give amount.
(Inherited from IMapTPoint.)
Public methodTranslate(Single, Single)
Returns an IMap where grid cells are translated by the give amounts.
(Inherited from IMapTPoint.)
Public methodTranslateX
Returns an IMap where grid cells are translated by the give amount.
(Inherited from IMapTPoint.)
Public methodTranslateY
Returns an IMap where grid cells are translated by the give amount.
(Inherited from IMapTPoint.)
Public methodCode exampleWithWindow
Returns a WindowedMap based on this map that can be used to lay the grid out in a window.
(Inherited from IMapTPoint.)
Top
See Also