Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged geometry

0 votes
441 views
1 answer
    I would like to have a function where I can input a radius value and have said function spit out the area for that size ... 7: 149 8: 197 9: 253 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
507 views
1 answer
    I have a 360 texture in Equirectangular Projection. With what GLSL shader can I convert it into a azimuthal equidistant ... =24.64,98.15,169 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
346 views
1 answer
    I'm trying to find an algorithm that will find all the intersections of a set of lines and compute the minimal ... let me know. Thanks :) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
516 views
1 answer
    I'm trying to accurately express an SVG Path as a UIBezierPath however sadly the addArc on UIBezierPath does not ... cString) } return string } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
465 views
1 answer
    I have a problem where I have a series of points for a simple, non-convex polygon (I hope I have the ... perhaps another approach is called for. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
445 views
1 answer
    I'm working with Areas in Java. My test program draws three random triangles and combines them to form one ... successful case: A failing case: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
667 views
1 answer
    So I have two rectangles, the user has to input the bottom left point (x1,y1, but y1 is always 0) and the ... check in the case of 2 rectangles. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
553 views
1 answer
    Hey I was writing a quick program and something came across where I need to use a circle for collision detection. ... I could use the same way? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
556 views
1 answer
    How would an algorithm work that covers an arbitrary area with circles of equal radius? The radius of the ... algorithm that will handle this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
635 views
1 answer
    One obvious method for computing the minimum distance from a point to a 3D triangle is to project the point onto ... up or simplify it somehow? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
488 views
1 answer
    I have 3 points in a 3D space of which I know the exact locations. Suppose they are: (x0,y0,z0), ... t know anything about the camera location. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
572 views
1 answer
    I have a triangle (JSFiddle) using this CSS: .triangle { width: 0; height: 0; border-top: 0; border-bottom ... the triangles in Firefox and IE.) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
371 views
1 answer
    I have two points (a line segment) and a rectangle. I would like to know how to calculate if the line segment intersects the rectangle. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
587 views
1 answer
    I'm trying to create a very specific geodesic tessellation, but I can't find anything online about it. ... for generating such tessellations. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
506 views
1 answer
    I guess that my problem is related to "convex hull", but no the same. All shapes in the drawing are ... any open source algorithm available? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
468 views
1 answer
    I'm working on a game where I create a random map of provinces (a la Risk or Diplomacy). To create that ... as opposed to optimal speed. Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
495 views
1 answer
    Finding the angle between two vectors is not hard using the cosine rule. However, because I am programming for ... up with something myself. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
698 views
1 answer
    I've got a GeometryDrawing similar like this: <DrawingImage x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type ... to draw a circle? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
497 views
1 answer
    I've got a very large image which I'd like to use for sprite techniques (à la css image sprites). I've ... this, please reply with an answer. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
414 views
1 answer
    Greetings, We have a set of points which represent an intersection of a 3d body and a horizontal plane. We would ... way to do this? Thank you See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
682 views
1 answer
    I am trying to determine the point at which a line segment intersect a circle. For example, given any point ... easiest method to determine P3? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
392 views
1 answer
    Idealy I want to supply a sequence of points and have a line drawn at a right angle at every point (starting ... any two points on the curve). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
644 views
1 answer
    I have a Google Maps Circle drawn on v3 api. When the user has plotted there circle (or polygon if they choose ... static maps to draw a circle. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
532 views
1 answer
    I want to create the following shape: Important: if I use "Border Radius" I get this (and I do not want this result): See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
433 views
1 answer
    Given an irregular polygon and a point within that polygon, how do I determine which edge in the polygon is closest to ... e.g. 50-200 points). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
368 views
1 answer
    Currently I'm writing an augmented reality app and I have some problems to get the objects on my screen. ... to get the resulting screenpoint? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
531 views
1 answer
    I have tried to use OpenCV HoughCircles and findContours to detect a circle however the circle isn't ... .collegemobile.com/IMG_2022.JPG See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
509 views
1 answer
    I want to calculate all the vertices needed and connect them with lines, so I eventually come up with a sphere. How ... not the way it's done. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...