Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) Shape2.MirrorY Examples
Programming Language:
C# (CSharp)
Class/Type:
Shape2
Method/Function:
MirrorY
Examples at hotexamples.com:
1
C# (CSharp) Shape2.MirrorY - 1 examples found
. These are the top rated real world C# (CSharp) examples of
Shape2.MirrorY
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Transform(7)
ToSuperShape(3)
GetTailPoint(2)
Scale(2)
Clamp(2)
Offset(2)
AddPoint(2)
MirrorY(1)
Mirror(1)
Intersects(1)
AddNewEdgeFromFaceSplit(1)
InitFaces(1)
Contains(1)
Clone(1)
Clear(1)
ClampCenter(1)
CentreAndCache(1)
AddWorkLine(1)
GetSize(1)
Frequently Used Methods
Transform (7)
ToSuperShape (3)
GetTailPoint (2)
Scale (2)
Clamp (2)
Offset (2)
AddPoint (2)
MirrorY (1)
Mirror (1)
Intersects (1)
Frequently Used Methods
AddNewEdgeFromFaceSplit (1)
InitFaces (1)
Contains (1)
Clone (1)
Clear (1)
ClampCenter (1)
CentreAndCache (1)
AddWorkLine (1)
GetSize (1)
Example #1
0
Show file
File:
Area.cs
Project:
CyrilToonkit/TK_GeometryLib
internal void MirrorY() { _shape.MirrorY(); }
x