Difference between revisions of "R3d.CapsuleShape"

From GiderosMobile
(Created page with "__NOTOC__ <languages /> <!-- GIDEROSOBJ:r3d.CapsuleShape --> '''<translate>Supported platforms</translate>:''' File:Platform android.pngFile:Platform ios.pngFile:Pla...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
 
 
<!-- GIDEROSOBJ:r3d.CapsuleShape -->
 
<!-- GIDEROSOBJ:r3d.CapsuleShape -->
 
'''<translate>Supported platforms</translate>:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/>
 
'''<translate>Supported platforms</translate>:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/>
 
'''<translate>Available since</translate>:''' Gideros 2019.10<br/>
 
'''<translate>Available since</translate>:''' Gideros 2019.10<br/>
=== <translate>Description</translate> ===
+
 
 +
=== Description ===
 +
The CapsuleShape class describes a capsule collision shape around the local Y axis and centered at the origin of the shape local-space. It is the convex hull of two spheres. It can also be seen as an elongated sphere.
 +
 
 
{|-
 
{|-
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
 
=== <translate>Methods</translate> ===
 
=== <translate>Methods</translate> ===
[[Special:MyLanguage/r3d.CapsuleShape.new|r3d.CapsuleShape.new]] ''<translate>create a new capsule shape</translate>''<br/><!-- GIDEROSMTD:r3d.CapsuleShape.new(size,height) create a new capsule shape -->
+
[[Special:MyLanguage/r3d.CapsuleShape.new|r3d.CapsuleShape.new]] ''<translate>creates a new collision capsule shape</translate>''<br/>
 +
<!-- GIDEROSMTD:r3d.CapsuleShape.new(radius,height) creates a new collision capsule shape -->
 +
 
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
 
|}
 
|}
 +
 +
----
 +
*'''[[R3d.Shape]]'''
 +
*'''[[ReactPhysics3D]]'''

Latest revision as of 02:10, 19 February 2020

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
Available since: Gideros 2019.10

Description

The CapsuleShape class describes a capsule collision shape around the local Y axis and centered at the origin of the shape local-space. It is the convex hull of two spheres. It can also be seen as an elongated sphere.

Methods

r3d.CapsuleShape.new creates a new collision capsule shape