q5play
Preparing search index...
Box2D
b2Segment
Interface b2Segment
interface
b2Segment
{
point1
:
b2Vec2
;
point2
:
b2Vec2
;
clone
()
:
this
;
delete
()
:
void
;
deleteLater
()
:
this
;
isAliasOf
(
other
:
ClassHandle
)
:
boolean
;
isDeleted
()
:
boolean
;
[
key
:
number
]:
()
=>
void
;
}
Hierarchy (
View Summary
)
ClassHandle
b2Segment
Indexable
[
key
:
number
]:
()
=>
void
Index
Properties
point1
point2
Methods
clone
delete
delete
Later
is
Alias
Of
is
Deleted
Properties
point1
point1
:
b2Vec2
point2
point2
:
b2Vec2
Methods
clone
clone
()
:
this
Returns
this
delete
delete
()
:
void
Returns
void
delete
Later
deleteLater
()
:
this
Returns
this
is
Alias
Of
isAliasOf
(
other
:
ClassHandle
)
:
boolean
Parameters
other
:
ClassHandle
Returns
boolean
is
Deleted
isDeleted
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
point1
point2
Methods
clone
delete
delete
Later
is
Alias
Of
is
Deleted
q5play
Loading...