public final class MatrixByteBuffered4x4s64 extends Object implements MatrixByteBuffered4x4Type
A storage matrix.
Storage component type: double
Storage component count: 4x4
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
byteBuffer() |
long |
byteOffset() |
protected int |
byteOffsetForIndex(int component_index) |
protected int |
componentBytes() |
protected int |
componentCount() |
static MatrixByteBuffered4x4s64 |
createWithBase(ByteBuffer b,
com.io7m.mutable.numbers.core.MutableLongType base,
int offset)
Return a new vector that is backed by the given byte buffer
b |
int |
offset() |
double |
r0c0() |
double |
r0c1() |
double |
r0c2() |
double |
r0c3() |
double |
r1c0() |
double |
r1c1() |
double |
r1c2() |
double |
r1c3() |
double |
r2c0() |
double |
r2c1() |
double |
r2c2() |
double |
r2c3() |
double |
r3c0() |
double |
r3c1() |
double |
r3c2() |
double |
r3c3() |
void |
setMatrix4x4D(Matrix4x4D m)
Set the components from the given matrix.
|
void |
setMatrix4x4F(Matrix4x4F m)
Set the components from the given matrix.
|
int |
sizeBytes() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrowColumnbyteBuffer, byteOffset, offset, sizeBytespublic static MatrixByteBuffered4x4s64 createWithBase(ByteBuffer b, com.io7m.mutable.numbers.core.MutableLongType base, int offset)
Return a new vector that is backed by the given byte buffer b
The data for the instance will be taken from the data at the current
value of base.get() + offset, each time a field is requested or
set.
No initialization of the data is performed.
b - The byte bufferbase - The base addressoffset - A constant offsetprotected int componentCount()
public double r0c0()
r0c0 in interface MatrixReadable4x4DTypepublic double r0c1()
r0c1 in interface MatrixReadable4x4DTypepublic double r0c2()
r0c2 in interface MatrixReadable4x4DTypepublic double r0c3()
r0c3 in interface MatrixReadable4x4DTypepublic double r1c0()
r1c0 in interface MatrixReadable4x4DTypepublic double r1c1()
r1c1 in interface MatrixReadable4x4DTypepublic double r1c2()
r1c2 in interface MatrixReadable4x4DTypepublic double r1c3()
r1c3 in interface MatrixReadable4x4DTypepublic double r2c0()
r2c0 in interface MatrixReadable4x4DTypepublic double r2c1()
r2c1 in interface MatrixReadable4x4DTypepublic double r2c2()
r2c2 in interface MatrixReadable4x4DTypepublic double r2c3()
r2c3 in interface MatrixReadable4x4DTypepublic double r3c0()
r3c0 in interface MatrixReadable4x4DTypepublic double r3c1()
r3c1 in interface MatrixReadable4x4DTypepublic double r3c2()
r3c2 in interface MatrixReadable4x4DTypepublic double r3c3()
r3c3 in interface MatrixReadable4x4DTypepublic void setMatrix4x4D(Matrix4x4D m)
MatrixStorage4x4TypesetMatrix4x4D in interface MatrixStorage4x4Typem - The source matrixpublic void setMatrix4x4F(Matrix4x4F m)
MatrixStorage4x4TypesetMatrix4x4F in interface MatrixStorage4x4Typem - The source matrixprotected final int componentBytes()
public final ByteBuffer byteBuffer()
byteBuffer in interface TensorByteBufferedTypepublic final long byteOffset()
byteOffset in interface TensorByteBufferedTypepublic final int offset()
offset in interface TensorByteBufferedTypeTensorByteBufferedType.byteOffset().public final int sizeBytes()
sizeBytes in interface TensorByteBufferedTypeprotected final int byteOffsetForIndex(int component_index)
Copyright © 2017 <code@io7m.com> http://io7m.com