Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by alessandro_88 · Sep 22, 2013 at 10:39 PM · rotationplane

Find corner of rotated plane

Hi. If I have a in z rotated plane with the pivot on the upper left corner, how could i find the vector3 of the upper right corner, no matter how big the plane is scaled or how much it's rotated? Thank you very much!

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image alessandro_88 · Sep 22, 2013 at 11:17 PM 0
Share

I just did it the way that I created a new empty GameObject and translated it relative to the plane. From that Object i can get the Vector 3.

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by robertbu · Sep 23, 2013 at 03:27 AM

Translating an empty game object is workable, but more expensive than it needs to be. A step up would be to place your empty game object in the upper right corner and make it a child of the plane. Then all you need to do is get the position of the empty game object.

An additional step up (and what I would suggest) would be to calculate a local vector between the upper left corner and the upper right corner and use Transform.TransformPoint() to get the position. From your description, I'm assuming this is a vertical plane. So you want the natural size of that plane (i.e. the size before any scaling inside Unity). For example if you created the plane with a size of (1,1), then the vector would be (1,0,0). If you create it a (2,2), then the vector would be (2,0,0). So if the natural size is (2,2), you could do:

 var pos = transform.TransformPoint(Vector3(2,0,0));

Transform.TransformPoint() will take into account any rotation and scaling done inside Unity.

[2]: http://docs.unity3d.com/Documentation/ScriptReference/Transform.TransformPoint.html

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

15 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Obtain plane equation from eulerAngles 1 Answer

Flip over an object (smooth transition) 3 Answers

Camera Scrolling just track the Charakter if z-Rotation=180 0 Answers

Align an axis to a plane 0 Answers

I have a game that I want to create a tilted plane in. 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges