provaengine ~master (2018-04-11T21:05:02Z)
Dub
Repo
LineMesh
prova
graphics
shapes
linemesh
class
LineMesh : Mesh {
this
()
;
this
(
Vector3
start
,
Vector3
end
)
;
Vector3
start
[@property getter];
Vector3
end
[@property getter];
void
set
(
Vector3
start
,
Vector3
end
)
;
void
setStart
(
float
x
,
float
y
,
float
z
)
;
void
setStart
(
Vector3
start
)
;
void
setEnd
(
float
x
,
float
y
,
float
z
)
;
void
setEnd
(
Vector3
end
)
;
}
Constructors
this
this
()
this
this
(
Vector3
start
,
Vector3
end
)
Members
Functions
set
void
set
(
Vector3
start
,
Vector3
end
)
setEnd
void
setEnd
(
Vector3
end
)
setEnd
void
setEnd
(
float
x
,
float
y
,
float
z
)
setStart
void
setStart
(
float
x
,
float
y
,
float
z
)
setStart
void
setStart
(
Vector3
start
)
Properties
end
Vector3
end
[@property getter]
start
Vector3
start
[@property getter]
Meta
Source
See Implementation
prova
graphics
shapes
linemesh
modules
circlemesh
linemesh
quadmesh
spritemesh