G3DCartesic |
[Missing <summary> documentation for "T:Altaxo.Graph.Graph3D.CS.G3DCartesicCoordinateSystem"]
public class G3DCartesicCoordinateSystem : G3DCoordinateSystem
The G3DCartesicCoordinateSystem type exposes the following members.
Name | Description | |
---|---|---|
G3DCartesicCoordinateSystem | Initializes a new instance of the G3DCartesicCoordinateSystem class |
Name | Description | |
---|---|---|
AxisStyles | (Overrides G3DCoordinateSystemAxisStyles) | |
Is3D | (Overrides G3DCoordinateSystemIs3D) | |
IsAffine | (Overrides G3DCoordinateSystemIsAffine) | |
IsOrthogonal | (Overrides G3DCoordinateSystemIsOrthogonal) | |
IsXReversed | Is the direction of the x axis reverse, for instance runs from right to left. | |
IsXYInterchanged | Is the normal position of x and y axes interchanged, for instance x is vertical and y horizontal. | |
IsYReversed | Is the direction of the y axis reverse, for instance runs from top to bottom. | |
IsZReversed | Is the direction of the y axis reverse, for instance runs from top to bottom. | |
PlaneStyles | (Overrides G3DCoordinateSystemPlaneStyles) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
FindCorrespondingAxisSideWhenChangingCoordinateSystem | Finds the corresponding new axis side when changing the coordinate system. | |
FindCorrespondingCSLineIDWhenChangingCoordinateSystem | When changing the properties of the coordinate systen (e.g. reversing x-axis), the axis including ticks and labels will move from one end of the graph to the other. In order to keep the axes at their location, new CSLineIDs have to be found for the new coordinate system, that correspond to the same axis location in the old coordinate system. This function returns a new CSLineID, or null if no corresponding CSLineID could be found. | |
GetAxisLineName(CSLineID) | ||
GetAxisLineName(VectorD3D) | ||
GetAxisSideName | (Overrides G3DCoordinateSystemGetAxisSideName(CSLineID, CSAxisSide)) | |
GetAxisStyleInformation | (Inherited from G3DCoordinateSystem) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetIsoline | (Overrides G3DCoordinateSystemGetIsoline(Logical3D, Logical3D)) | |
GetIsolineFromPlaneToPoint |
Draws an isoline beginning from a plane to the given point.
(Inherited from G3DCoordinateSystem) | |
GetIsolineFromPointToPlane |
Gets an isoline beginning from a given point to the axis.
(Inherited from G3DCoordinateSystem) | |
GetIsolineFromTo |
Get a line along the axis designated by the argument id from the logical values r0 to r1.
(Inherited from G3DCoordinateSystem) | |
GetIsolineOnPlane |
Draws an isoline on a plane beginning from r0 to r1. For r0,r1 either ry0,ry1 is used (if it is an x-axis),
otherwise rx0,rx1 is used. The other parameter pair is not used.
(Inherited from G3DCoordinateSystem) | |
GetJoinedAxisStyleIdentifier | (Inherited from G3DCoordinateSystem) | |
GetJoinedPlaneIdentifier | (Inherited from G3DCoordinateSystem) | |
GetLogicalDirection |
Gets the logical direction to the sides of an axis.
(Inherited from G3DCoordinateSystem) | |
GetNameOfPlane | (Overrides G3DCoordinateSystemGetNameOfPlane(CSPlaneID)) | |
GetNormalizedDirection |
Converts logical coordinates along an isoline to layer coordinates and returns the direction of the isoline at this point.
(Inherited from G3DCoordinateSystem) | |
GetPlaneInformation | (Inherited from G3DCoordinateSystem) | |
GetPointOnPlane(CSPlaneID, Logical3D) | (Inherited from G3DCoordinateSystem) | |
GetPointOnPlane(CSPlaneID, Double, Double) | (Inherited from G3DCoordinateSystem) | |
GetPositionAndNormalizedDirection |
Converts logical coordinates along an isoline to layer coordinates and returns the direction of the isoline at this point.
(Inherited from G3DCoordinateSystem) | |
GetPreferredLabelSide(CSLineID) | ||
GetPreferredLabelSide(VectorD3D) | ||
GetTransformedAxisLineVector | Gets the axis line vector. This is a vector pointing from the origin to the axis line, when the layer is assumed to be a square of 2x2x2 size, centered at the origin. Thus the returned vector has one member set to zero, and the other two members set either to +1 or -1. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
GetUntransformedAxisLineVector | Gets the axis line vector. This is a vector pointing from the origin to the axis line, when the layer is assumed to be a square of 2x2x2 size, centered at the origin. Thus the returned vector has one member set to zero, and the other two members set either to +1 or -1. Attention: This returns the untransformed vector, i.e. the vector assuming a regular G3DCoordinateSystem without reversing or exchanging of axes). | |
GetUntransformedAxisPlaneVector | ||
LayerToLogicalCoordinates | (Overrides G3DCoordinateSystemLayerToLogicalCoordinates(PointD3D, Logical3D)) | |
LogicalToLayerCoordinates | (Overrides G3DCoordinateSystemLogicalToLayerCoordinates(Logical3D, PointD3D)) | |
LogicalToLayerCoordinatesAndDirection | (Overrides G3DCoordinateSystemLogicalToLayerCoordinatesAndDirection(Logical3D, Logical3D, Double, PointD3D, VectorD3D)) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
WithLayerSize |
Returns an instance of this class, whose rectangular area size was set to the provided value
(Inherited from G3DCoordinateSystem) | |
WithXReversed | ||
WithXYInterchanged | ||
WithXYInterchangedAndXYZReversed | ||
WithYReversed | ||
WithZReversed |
Name | Description | |
---|---|---|
_isXreversed | Is the direction of the x axis reverse, for instance runs from right to left. | |
_isYreversed | Is the direction of the y axis reverse, for instance runs from top to bottom. | |
_isZreversed | Is the direction of the z axis reverse, for instance runs from top to bottom. | |
_layerSize | (Inherited from G3DCoordinateSystem) |