symmetry is used in its general meaning, from symmetric matrices to Git. As a result you should probably use at least one more tag to describe your case better.
Questions tagged [symmetry]
78 questions
0
votes
0 answers
How do 3d games typically solve "symmetrical" issues on a plane made of quads?
EDIT: Got my answer, thanks!
Sorry for the vague question, I will try to be as detailed as possible.
I am currently programming a simple 3d tilemap where the Y value of the vector is something that can change. This typically affects the 6…
user6185457
0
votes
1 answer
Identify small defects in objects contour
I want to match symmetry of object contours. I tried using matchShape(), computeDistance(), Humoments() from opencv 3.0 library. But none of them is close to what I want.
Following are the images on which I am working.
Good Shape-1
Defected
I expect…

Pranay Soni
- 1
- 2
0
votes
0 answers
How to find in python the amplitude and symmetry aspect by a ratio?
I'm trying to find symmetry and amplitude ratios at least of 61% each of them for the Fibonacci ratios for a specific pivot point.
Let's said that y[6] it is the middle of the data and the highest point of the series. I don't know how to calculate…

Erick Gomez
- 83
- 1
- 1
- 6
0
votes
1 answer
What is the difference ` and ' in the sendmail configuration file?
I am reading an article :
http://linuxconfig.org/configuring-gmail-as-sendmail-email-relay.
In the middle of the article;
Put bellow lines into your sendmail.mc configuration file right above first "MAILER" definition…

showkey
- 482
- 42
- 140
- 295
0
votes
1 answer
Resolving symmetry in gnls model
I'm trying to fit a logistic growth model in R, using gnls in the nlme package.
I have previously successfully fit a model:
mod1 <- gnls(Weight ~ I(A/(1+exp(b + v0*Age + v1*Sum.T))),
data = df,
start =…

Andrew
- 516
- 1
- 6
- 17
0
votes
1 answer
Checking symmetry in a grid with java
I need help with a game I'm doing:
The game is the following,
There are two players, 'B' and 'N'.
There is a grid of characters.
Both players take turn to place a char (B or N depending on who they are) on the grid.
Every time they place a char, I…

Narkast
- 98
- 1
- 7
0
votes
1 answer
Microsoft Dynamics compling Symmetry error
I have a problem with the compiler, it does not recognize symmetry classes:
for example if I open the class PayrollCalculatePayStatementBenefits and I type an empty space and save the compiler shows a syntax error on the line 12 (Class…

user3255004
- 1
- 4
0
votes
1 answer
What is this mutant tetrahedron and how do i make a lined up one?
I have written a program that arranges stars stars into polyhedra, for example tetrahedron. here is a mutant tetrahedron, i dont know why the sides dont line up, and how to correct it. please help.

bandybabboon
- 2,210
- 1
- 23
- 33
0
votes
2 answers
Symmetry 3ds Max
I made a hand in 3ds Max and after I made the other hand using symmetry. Now I want to separate the 2 hands in order to have 2 objects with which I need to work individually. Is there any way to do that?

Alina
- 142
- 2
- 13
0
votes
1 answer
Determine the resulting angle of a reflected sprite (diagonal mirror)
I am trying to achieve a simple reflected sprite effect. Imagine a diagonal line which goes from one corner of the screen to the other. Then, a sprite (or image) is rotated by a particular amount and placed at some location on one side of the…

SharkVC
- 1
0
votes
6 answers
Programming java to a symmetrical word
Possible Duplicate:
Programming java to determine a symmetrical word
am new here, but I am having hard time figuring out how to write a code to determine an input of word and see if the first is matching with the end of the word. You may input…

Nicholas Lu
- 37
- 2
- 7
-1
votes
1 answer
How to find the symmetrical portion of a python list of integers and get the sum of that symmetrical portion?
What the code does: Takes a Python list of integers as input and searches for a 'symmetrical' inner-portion of the list.
Examples of what i want:
symmetrical_sum([10,11,12,11,12]) == ([11, 12, 11],…
user14495452
-1
votes
5 answers
first index to matrix is ignored
I am trying to see if a 4x4 matrix is symmetric, and below is what i have so far. Upon compiling I receive the message:
pExam3p2.c:12:13: warning: expression result unused [-Wunused-value]
if (Num[r,c]==Num[c,r]){ …
user9741196
-1
votes
1 answer
check if two bytes are symmetric
I heard this is a question asked in an interview, given two bytes, return true if they are symmetric
public boolean isSym(Byte firstByte, Byte secondByte);
01101000 and 00010110 are symmetric,
but 01100000 and 11000000 are not.
need to write the…

Dan The Man
- 1,835
- 6
- 30
- 50
-1
votes
1 answer
R - Symmetry with hexbin
I plot two hexbin graphs with R (with package 'hexbin') from data file with two columns gr and ug.
The first plot : gr as a function of ug
The second plot : ug as a fonction of gr
Why aren't they perfectly symmetrical?
Thanks in advance

JWheatP
- 43
- 5