armos v0.2.4 (2017-08-20T09:34:11Z)
Dub
Repo
drawLine
armos
graphics
renderer
void
drawLine
(T x1, T y1, T z1, T x2, T y2, T z2)
void
drawLine
(
T
)
(
in
T
x1
,
in
T
y1
,
in
T
z1
,
in
T
x2
,
in
T
y2
,
in
T
z2
)
void
drawLine
(T x1, T y1, T x2, T y2)
void
drawLine
(V vec1, V vec2)
void
drawLine
(V vec1, V vec2)
Meta
Source
See Implementation
armos
graphics
renderer
classes
Renderer
enums
BlendMode
MatrixMode
PolyRenderMode
PrimitiveMode
functions
background
blendMode
clear
color
currentFbo
currentMaterial
currentRenderer
currentStyle
disableDepthTest
disableUsingFbo
drawAxis
drawGrid
drawGridPlane
drawLine
drawRectangle
enableDepthTest
enableUsingFbo
fillBackground
frustumMatrix
isBackgrounding
isUsingDepthTest
isUsingFbo
lineWidth
lookAtViewMatrix
modelViewProjectionMatrix
perspectiveMatrix
popMaterialStack
popMatrix
popStyle
pushMaterialStack
pushMatrix
pushStyle
rotate
rotationMatrix
samples
scale
scalingMatrix
scopedModelMatrix
scopedProjectionMatrix
scopedTextureMatrix
scopedViewMatrix
screenPerspectiveMatrix
style
translate
translationMatrix
viewport
mixins
__anonymous