Isometric Drawing Tool: Converting 2D information to 3D The Next CEO of Stack...
What was Carter Burke's job for "the company" in Aliens?
What CSS properties can the br tag have?
How can I make proper oatmeal cookies?
Vector calculus integration identity problem
Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico
From jafe to El-Guest
Raspberry pi 3 B with Ubuntu 18.04 server arm64: what chip
Is fine stranded wire ok for main supply line?
Can you teleport closer to a creature you are Frightened of?
Is there a difference between "Fahrstuhl" and "Aufzug"?
In the "Harry Potter and the Order of the Phoenix" video game, what potion is used to sabotage Umbridge's speakers?
Defamation due to breach of confidentiality
Calculate the Mean mean of two numbers
Lucky Feat: How can "more than one creature spend a luck point to influence the outcome of a roll"?
Players Circumventing the limitations of Wish
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
Is it OK to decorate a log book cover?
Free fall ellipse or parabola?
Where do students learn to solve polynomial equations these days?
Physiological effects of huge anime eyes
What flight has the highest ratio of timezone difference to flight time?
Man transported from Alternate World into ours by a Neutrino Detector
How can the PCs determine if an item is a phylactery?
What difference does it make using sed with/without whitespaces?
Isometric Drawing Tool: Converting 2D information to 3D
The Next CEO of Stack Overflowcalculate location on an isometric world mapCalculating the number of tiles shown on an isometric mapDraw a regular hexagon in simcitytransforming data from cartesian plane to isometric planeWhat is the math behind equal-spacing divider tool?Does every coordinate system have a well-defined conversion to cartesian coordinates?Calculate point coordinates having angle and length in 2dConverting a set of Polar coordinates to Cartesian coordinatesGeometry tool kit recommendationsHow to estimate pose in 2d?
$begingroup$
I was drawing with the NCTM Isometric Drawing Tool, and produced the image seen here. I also noticed that it is possible to view the isometric drawing in 2D, and was wondering if/how it is possible to generate the 3D-coordinates of the blocks by using the information given in 2D.
geometry coordinate-systems
$endgroup$
add a comment |
$begingroup$
I was drawing with the NCTM Isometric Drawing Tool, and produced the image seen here. I also noticed that it is possible to view the isometric drawing in 2D, and was wondering if/how it is possible to generate the 3D-coordinates of the blocks by using the information given in 2D.
geometry coordinate-systems
$endgroup$
add a comment |
$begingroup$
I was drawing with the NCTM Isometric Drawing Tool, and produced the image seen here. I also noticed that it is possible to view the isometric drawing in 2D, and was wondering if/how it is possible to generate the 3D-coordinates of the blocks by using the information given in 2D.
geometry coordinate-systems
$endgroup$
I was drawing with the NCTM Isometric Drawing Tool, and produced the image seen here. I also noticed that it is possible to view the isometric drawing in 2D, and was wondering if/how it is possible to generate the 3D-coordinates of the blocks by using the information given in 2D.
geometry coordinate-systems
geometry coordinate-systems
asked Mar 17 at 17:40
RuffWarriorRuffWarrior
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Isometric projection, in this case, is the orthogonal projection on plane with equation $x+y+z=0$ (or any affine plane with equation $x+y+z=d$). Thus
A first answer is 'no' because depth information (depth in the direction of view, i.e., in the $(1,1,1)$ direction) is lost ; in the example you give, one could interpret the upper corner of the highest cube as having coordinates $(0,-1,5)$ but they could as well be
$$(0,-1,5)+t(1,1,1)=(t,t-1,t+5)$$
for any real number $t$...
A second answer is 'yes' as long as we have the absolute coordinates $(a,b,c)$ of a certain reference point $R$. Indeed in this case, one can retrieve the absolute coordinates of any point $S$ by first creating a path from (the projection) of $R$ to (the projection of) $S$ and then, while following the path, add $(pm 1,0,0), (0,pm 1,0), (0,0,pm 1) $ to the current coordinates as we are moving South-East, North-West, South-West, North-East, South or North direction resp.
Remarks :
1) all paths from $R$ to $S$ give the same final coordinates to $S$.
2) thinking to reference (affine) plane with equation $x+y+z=1$, one could work with barycentric coordinates. I can even imagine that this "Isometric Drawing Tool" has been programmed using sort of coordinates. I will try to re-create it in this way in the coming times...
$endgroup$
add a comment |
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3151817%2fisometric-drawing-tool-converting-2d-information-to-3d%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Isometric projection, in this case, is the orthogonal projection on plane with equation $x+y+z=0$ (or any affine plane with equation $x+y+z=d$). Thus
A first answer is 'no' because depth information (depth in the direction of view, i.e., in the $(1,1,1)$ direction) is lost ; in the example you give, one could interpret the upper corner of the highest cube as having coordinates $(0,-1,5)$ but they could as well be
$$(0,-1,5)+t(1,1,1)=(t,t-1,t+5)$$
for any real number $t$...
A second answer is 'yes' as long as we have the absolute coordinates $(a,b,c)$ of a certain reference point $R$. Indeed in this case, one can retrieve the absolute coordinates of any point $S$ by first creating a path from (the projection) of $R$ to (the projection of) $S$ and then, while following the path, add $(pm 1,0,0), (0,pm 1,0), (0,0,pm 1) $ to the current coordinates as we are moving South-East, North-West, South-West, North-East, South or North direction resp.
Remarks :
1) all paths from $R$ to $S$ give the same final coordinates to $S$.
2) thinking to reference (affine) plane with equation $x+y+z=1$, one could work with barycentric coordinates. I can even imagine that this "Isometric Drawing Tool" has been programmed using sort of coordinates. I will try to re-create it in this way in the coming times...
$endgroup$
add a comment |
$begingroup$
Isometric projection, in this case, is the orthogonal projection on plane with equation $x+y+z=0$ (or any affine plane with equation $x+y+z=d$). Thus
A first answer is 'no' because depth information (depth in the direction of view, i.e., in the $(1,1,1)$ direction) is lost ; in the example you give, one could interpret the upper corner of the highest cube as having coordinates $(0,-1,5)$ but they could as well be
$$(0,-1,5)+t(1,1,1)=(t,t-1,t+5)$$
for any real number $t$...
A second answer is 'yes' as long as we have the absolute coordinates $(a,b,c)$ of a certain reference point $R$. Indeed in this case, one can retrieve the absolute coordinates of any point $S$ by first creating a path from (the projection) of $R$ to (the projection of) $S$ and then, while following the path, add $(pm 1,0,0), (0,pm 1,0), (0,0,pm 1) $ to the current coordinates as we are moving South-East, North-West, South-West, North-East, South or North direction resp.
Remarks :
1) all paths from $R$ to $S$ give the same final coordinates to $S$.
2) thinking to reference (affine) plane with equation $x+y+z=1$, one could work with barycentric coordinates. I can even imagine that this "Isometric Drawing Tool" has been programmed using sort of coordinates. I will try to re-create it in this way in the coming times...
$endgroup$
add a comment |
$begingroup$
Isometric projection, in this case, is the orthogonal projection on plane with equation $x+y+z=0$ (or any affine plane with equation $x+y+z=d$). Thus
A first answer is 'no' because depth information (depth in the direction of view, i.e., in the $(1,1,1)$ direction) is lost ; in the example you give, one could interpret the upper corner of the highest cube as having coordinates $(0,-1,5)$ but they could as well be
$$(0,-1,5)+t(1,1,1)=(t,t-1,t+5)$$
for any real number $t$...
A second answer is 'yes' as long as we have the absolute coordinates $(a,b,c)$ of a certain reference point $R$. Indeed in this case, one can retrieve the absolute coordinates of any point $S$ by first creating a path from (the projection) of $R$ to (the projection of) $S$ and then, while following the path, add $(pm 1,0,0), (0,pm 1,0), (0,0,pm 1) $ to the current coordinates as we are moving South-East, North-West, South-West, North-East, South or North direction resp.
Remarks :
1) all paths from $R$ to $S$ give the same final coordinates to $S$.
2) thinking to reference (affine) plane with equation $x+y+z=1$, one could work with barycentric coordinates. I can even imagine that this "Isometric Drawing Tool" has been programmed using sort of coordinates. I will try to re-create it in this way in the coming times...
$endgroup$
Isometric projection, in this case, is the orthogonal projection on plane with equation $x+y+z=0$ (or any affine plane with equation $x+y+z=d$). Thus
A first answer is 'no' because depth information (depth in the direction of view, i.e., in the $(1,1,1)$ direction) is lost ; in the example you give, one could interpret the upper corner of the highest cube as having coordinates $(0,-1,5)$ but they could as well be
$$(0,-1,5)+t(1,1,1)=(t,t-1,t+5)$$
for any real number $t$...
A second answer is 'yes' as long as we have the absolute coordinates $(a,b,c)$ of a certain reference point $R$. Indeed in this case, one can retrieve the absolute coordinates of any point $S$ by first creating a path from (the projection) of $R$ to (the projection of) $S$ and then, while following the path, add $(pm 1,0,0), (0,pm 1,0), (0,0,pm 1) $ to the current coordinates as we are moving South-East, North-West, South-West, North-East, South or North direction resp.
Remarks :
1) all paths from $R$ to $S$ give the same final coordinates to $S$.
2) thinking to reference (affine) plane with equation $x+y+z=1$, one could work with barycentric coordinates. I can even imagine that this "Isometric Drawing Tool" has been programmed using sort of coordinates. I will try to re-create it in this way in the coming times...
edited Mar 19 at 21:37
answered Mar 19 at 9:18
Jean MarieJean Marie
31.1k42255
31.1k42255
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3151817%2fisometric-drawing-tool-converting-2d-information-to-3d%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown