| Package | Description |
|---|---|
| com.io7m.r2.core.debug |
Types and functions associated with debugging.
|
| Modifier and Type | Method and Description |
|---|---|
static R2DebugLineSegment.Builder |
R2DebugLineSegment.builder()
Creates a builder for
R2DebugLineSegment. |
R2DebugLineSegment.Builder |
R2DebugLineSegment.Builder.from(R2DebugLineSegmentType instance)
Fill a builder with attribute values from the provided
R2DebugLineSegmentType instance. |
R2DebugLineSegment.Builder |
R2DebugLineSegment.Builder.setFrom(com.io7m.jtensors.parameterized.PVectorI3F<R2SpaceWorldType> from)
Initializes the value for the
from attribute. |
R2DebugLineSegment.Builder |
R2DebugLineSegment.Builder.setFromColor(com.io7m.jtensors.parameterized.PVectorI4F<R2SpaceRGBAType> fromColor)
Initializes the value for the
fromColor attribute. |
R2DebugLineSegment.Builder |
R2DebugLineSegment.Builder.setTo(com.io7m.jtensors.parameterized.PVectorI3F<R2SpaceWorldType> to)
Initializes the value for the
to attribute. |
R2DebugLineSegment.Builder |
R2DebugLineSegment.Builder.setToColor(com.io7m.jtensors.parameterized.PVectorI4F<R2SpaceRGBAType> toColor)
Initializes the value for the
toColor attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com