Questions tagged [surface]

A surface is a two-dimensional shape in a three-dimensional space.

A surface is a concept in geometry which roughly means a two-dimensional shape in a three-dimensional space.

For the Microsoft Surface tablets, see . For the Microsoft Pixelsense technology formerly known as Surface, see .

1044 questions
0
votes
1 answer

Clipping surface to viewport

I'm trying to render a surface with a method that takes a Surface and X, Y position to render at. The problem is that when the surface is outside the screen by one small pixel, it doesn't render at all. Why is that? I'm trying to search for DirectX…
Deukalion
  • 2,516
  • 9
  • 32
  • 50
0
votes
2 answers

Surface in box2das3

I'm using box2dflash for as3 and i need to create curvy ground like this. Facts: I can't create one solid object as far as I know because box2d support convex objects; I didn't find any line-based objects. Question: Is there any better way than…
0
votes
1 answer

Surface Librarybar with scrollbars

We have a library bar filled with items, which can be dragged from and dropped onto it. Now the client wishes to see something like a scrollbar or arrows on the side, to have an indication if items are outside of the visible port. As you can see in…
ISAF
  • 71
  • 8
0
votes
1 answer

SDL_Surface Vectors

I'm attempting to create a vector of surfaces, which will contain messages the user inputs (its a chat box). But whenever I add new surfaces to the vector and display them, the other surfaces get displayed in the surface vector. I don't know why…
Johanne Irish
  • 1,033
  • 2
  • 10
  • 17
0
votes
1 answer

computing overlapping of two square in collision

I am trying to compute the overlapping area of two colliding rectangles. I found the Separating Axis Theorem to compute if they are in collision or not, but I'm not sure can I to use it for computing the area of the collision ? If yes, please advise…
user1482649
  • 45
  • 1
  • 7
-1
votes
0 answers

OpenGL: How to make a z=f(x,y) 3D surface smooth, currently it is rough

I use a z=f(x,y) function to generate a surface, and now I can draw the surface in OpenGL. Please see the image shot below, the surface's color is depends on the Z value of the vertex, the higher it is, the more red it has. Here is the function I…
ollydbg23
  • 1,124
  • 1
  • 12
  • 38
-1
votes
1 answer

How can I plot one plane in Surface plot (MATLAB)

This is the figure I have with me now. There are 10 planes, but I want to plot them individually. How can I do that?
und
  • 1
-1
votes
2 answers

how to find the coordinate of points projection on a planar surface

Hope doing well. I have two numpy array, both are some points in the space. Using python, I want to firstly find the surface passing the first data set (surface_maker) and then find the x,y and z of the projection adjacent opoints of the second…
Ali_d
  • 1,089
  • 9
  • 24
-1
votes
2 answers

Forticlient on ARM proc (surface pro x)

i can not install forticlient (last version) on microsoft surface pro x, it's rolling back & exit during the installation .. And i tried to install & configurate SSLVPN, and when i want to connect it, it stuck at 98% and disconnect. Please any…
-1
votes
1 answer

Matlab surface plot of 3 related values

I am pretty new at MatLab and I need help creating this surface plot. I have some drilling speeds, feeding speeds and the quality percentage of each hole. I have saved each of these values in different arrays (x, y and z). How do I plot a surface…
-1
votes
1 answer

How can you convert a Hermite surface to a Bezier surface for use in OpenGL?

I found a method to convert a Hermite curve into Bezier curve, but is there a similar method to convert a Hermite surface into a Bezier surface that I can use with OpenGL?
Arjun Bora
  • 439
  • 2
  • 8
  • 20
-1
votes
1 answer

Generate a 3D surface plot by fitting over many 2D plots with varying z value

I would like to achieve a 3D surface plot. My outputs are as follows. For a particular value of z, I get y for each value of x (x ranges like 0:0.1:1.4). Then I vary z and, for the same range of x, I get y values. The result can be visualised as…
Gopalpur
  • 121
  • 1
  • 4
  • 14
-1
votes
1 answer

Geometry in Plan (Math)

My problem is to know whether or not a point is contained in a polygon (sets of points) on the same surface. Simple example in my favorite language DART Point myPoint = new Point(10, 12); List myPolygon = [ // The Polygon, for example is…
Chr
  • 184
  • 13
-1
votes
1 answer

Visual Studio remote debug Surface RT not working

I have a Surface RT (1st generation) with Windows 8.1. On my Desktop PC i'm working on an App that should run on Windows 8.1 ARM. Now i wanted to install it to my surface to test it, but it does not work. What i tried till now: 1) Desktop: VS 2015…
Stack
  • 55
  • 6
-1
votes
1 answer

Stabilizing the colormap range to compare two surface plot diagrams in Matlab

Whatever I tried I couldn't stabilize the colors of two diagrams. When the values decrease from 0 - 30 to 0-1 the colormap always adapts to new values. In the figures attached, I need to stabilize the first color scale 0-30, and second legend should…
Droa
  • 3
  • 3